Topics include Supply Chain Security, Vulnerability Management, Neat Tricks, and Contributor insights.
Friday, July 30, 2021 in Ortelius Committer Insights
The Ortelius Supply Chain catalog has been gaining immense popularity as it brings an open source, breakthrough solution for tracking your Supply Chain metadata, including SBOM and CVEs, across the DevOps Pipeline. So the question is how can we …
Friday, April 02, 2021 in Ortelius Committer Insights
The Ortelius Open Source Community recognized that it is crucial to engage with our open-source contributors meaningfully. In this blog, I will share insights that can be useful for for shaping and leading open-source initiatives. Often organizations …
Friday, March 26, 2021 in Ortelius Committer Insights
Microservices Monitoring and Visualization Microservices have opened new doors in the field of software engineering. The process of monitoring the application has evolved as well, involving multiple services with multiple running instances. …
Friday, March 19, 2021 in Ortelius Committer Insights
Thoughts on Joining an Open Source Community For some of you who are open source veterans, the reasons for becoming and open source contributor may be obvious. But as a newcomer, I would like to share my personal motivations for joining an Open …
Friday, March 19, 2021 in Ortelius Committer Insights
Contributed by Sacha Wharton, Ortelius Core Contributor @sachajw Intro I thought aliens were not real until I got abducted by the Ortelius open source project. Now, I am a convert and follower of the “beam me up scotty” container age. I …
Wednesday, February 17, 2021 in Ortelius Committer Insights
Understanding the Brilliance and Limitations of GitOps Before you begin down the GitOps path, you must understand its pros and cons. This blog will cover the fundamentals of GitOps, why it is brilliant, and what are its limitations. Please no hate …
Tuesday, December 29, 2020 in Ortelius Committer Insights
Facilitate Microservice Reuse Publishing microservices is the easiest way to share them across teams. If you are a microservice developer, you need a way to inform other application developers that your microservice is available for use, and how to …
Tuesday, December 29, 2020 in Ortelius Committer Insights
Contributed by Tracy Ragan @TracyRagan The term ‘single source of truth’ is often associated with GitOps where a .yaml file stored in Git becomes our primary source of configuration information. However, there is additional data beyond …
Monday, January 01, 0001 in Ortelius Committer Insights
Push through caching sequenceDiagram participant UI participant proxy as Reverse Proxy participant ms as Microservice participant normalize as Python Normalize Function participant dbhandler as Python DB Abstraction Function participant arango as …
Monday, January 01, 0001 in Ortelius Committer Insights
Understanding SBOM and their Use by Jing Chen, Jesse Ku | 22 October 2024 What is SBOM? SBOM stands for “Software Bill of Materials”. This is an important tool for software security and managing risks within the software supply chain. It lists the …