In this guide, we will be looking at GitOps vs ChatOps and how you can scale your infrastructure toolchain using CTO.ai. GitOpsThe idea behind GitOps is using Infrastructure as Code for all the scripts that you need to create, update or delete your infrastructure. You can use a number…
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 Agile
In this guide, we will discuss the differences between DevOps and Agile as well as dive deep into both methodologiesWhat is DevOps?What is Agile?Impact of DevOps and Agile in the Software IndustryDifferences between DevOps and AgileWhich Methodology Should I Use?Superfast Delivery Workflow using CTO.aiIntroduction to the…
Deploying a Docker Application to AWS ECS
What is Elastic Container Service?ECS is a managed service to run containers using Docker. ECS sits on top of Docker as it allows you to launch, set up, and monitor your Docker containers on your ECS cluster. In this tutorial, we are going to learn how to Dockerize an…
Create and Deploy a sample CDK application
Introduction The full meaning of AWS CDK is Cloud Development Kit and it’s transforming the way we test, create, configure, and deploy AWS resources. CDK is a huge improvement over other methods such as creating your resources in the console or using the CLI. AWS CDK is an open-source…
Create an EKS Cluster in under 5 minutes
AWS is one of the most popular cloud platforms which has tons of services for different use cases and Elastic Kubernetes Service is just one of those many services.What is EKS?EKS is the Kubernetes Service for Amazon. Elastic Kubernetes Service is a managed Kubernetes cluster which means AWS…
Overview of Different Container Runtimes
IntroductionContainer runtimes are programs that can create and execute containers that are fetched from images.Where Do Runtimes Live?The Linux Kernel has all the facilities that make containers perform different processes like instantiating containers, running containers with the help of facilities like namespaces, c groups, SE Linux/ AppArmor, and…