IntroductionContinuous Integration/Continuous Deployment (CI/CD) has established itself as a transformative force, enabling organizations to iterate rapidly, deliver efficiently, and innovate consistently. GitLab, with its built-in CI/CD feature, is one of the prominent tools that facilitate this culture of automation. When coupled with Kubernetes—a scalable, open-source container…
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.
Managing reusable configurations with CTO.ai Commands
Automation is key for streamlining your work processes, and CTO.ai commands are the best way to supercharge your application workflow. This lets you create custom software development and deployment configurations directly in your CTO.ai workflows. CTO.ai commands are fully integrated into your environments so that you can…
Configuring Kubernetes Stateful Set
Generally, Kubernetes deployment is used to deploy applications. In contrast, a Stateful set is used to deploy Stateful applications, and all applications are made up of different states, depending on how they were configured. Databases, message queues, caches, etc., have a higher degree of State because they rely on storage.…
Mastering AWS CloudWatch: A Step-by-Step Tutorial for Beginners
Engineering teams are building modern applications utilizing microservices and serverless architectures to scale, serve the global customer base, and gain release velocity. In this world of business application, support means a better result. However, monitoring distributed applications and resources is challenging because of their complexity, data overload, and the fact…
Configuring a static website on Amazon S3
Building and managing your storage repository is expensive and time-consuming; first, you must get racks of dedicated hardware, and adding more capacity costs a lot of time and money to deploy and host your resources. AWS S3 stands for Simple Storage Service. It’s scalable, highly available, and supports multiple…
Challenges in Cloud Delivery
Cloud delivery experience has made it easy to orchestrate your resources more efficiently and infinitely add new applications and workloads, allowing your company and developers to be more Agile. In your self-service catalog of applications, you can easily spin up new servers and deploy them to your new environments. Cloud…