This year’s biggest KubeCon Event is being held in Detroit, Michigan. Here are a few announcements today during the keynote session and by the CloudNative Team.Announcing CONTRIBFEST DETROIT 2022Priyanka Sharma, Executive Director at Cloud Native Computing Foundation, announced CONTRIBFEST.  Happening right now at KubeCon + CloudNativeCon, ContribFest comprises of…
Tola Ore-Aruwaji
I'm passionate about communicating complex problems into understandable and sizeable bits. I'm also a big advocate for building and contributing to Open-source projects.
DevOps vs GitOps
The Software Development Process is a long journey. Multiple software application components must be developed simultaneously within a short timeline. In this article, we'll look at DevOps and GitOps, compare their similarities and differences, and how they work together.Git as a Delivery Technique Git as a delivery mechanism enables…
Test Environments for DevOps: Improve Release Cycle and Scale Faster
Developers, and software engineers have become accustomed to setting up tooling the hard way. In local and conventional tooling, you have to install all your dependencies and runtimes every time you want to build a project which results in unnecessary repetition. This process consumes a lot of time and prevents…
Configuring Custom Dashboards with Grafana and CTO.ai Workflows
Grafana is a popular open-source platform for monitoring and observability, offering you the ability to create interactive and visually rich dashboards from various data sources, including but not limited to Prometheus, InfluxDB, and Elasticsearch. In this blog, we will walk through the steps to configure custom dashboards with Grafana and…
CTO.ai and Docker: A Beginner's Guide to Building a CI/CD Pipeline
IntroductionThis guide will walk you through using CTO.ai and Docker to establish a CI/CD pipeline, automating your software delivery process.What is CI/CDCI/CD stands for Continuous Integration and Continuous Deployment:Continuous Integration (CI): This is an automated process for testing code changes to ensure they integrate…
Building CI/CD Pipelines with Docker and CTO.ai Workflows
In the software development lifecycle (SDLC), improving your CI/CD is key to optimizing your pipelines to streamline delivery of your applications to production. Engineering teams often get stuck in this process of choosing the best CI/CD practices, especially when it comes to maintaining test coverage across pipelines and…