AOAdedoyin Ogunsolainadehorizon.hashnode.dev·Jun 3 · 6 min readEnd-to-End DevOps: Part 1 Configuring the YAML manifestsI worked on a project ( 👉 view on github) involving microservices and here's how I defined the YAML manifests for kubernetes: Almost every production grade software/applications have adopted micros00
AOAdedoyin Ogunsolainadehorizon.hashnode.dev·Jun 2 · 2 min read🚀 End-to-End DevOps: Building a Production-Ready Microservices Application𝘃𝗶𝗲𝘄 𝘁𝗵𝗲 𝗽𝗿𝗼𝗷𝗲𝗰𝘁 𝗼𝗻 👉 𝗴𝗶𝘁𝗵𝘂𝗯 When utilizing managed cloud providers (GKE, AKS, EKS), You've handed major part of the operational overhead to the cloud provider but engineering10
AOAdedoyin Ogunsolainadehorizon.hashnode.dev·May 26 · 2 min readDeployment Strategies: Rolling, Blue-Green and CanaryIn this article, we’ll look at some of the most common deployment strategies used in DevOps and cloud-native environments by startups and big companies When deploying a new version of an application, 00
AOAdedoyin Ogunsolainadehorizon.hashnode.dev·Apr 30 · 5 min readPrometheus and Grafana: How the Monitoring Works - A Deep DivePrior to using any kind of tool, my first priority is to understand its internal functioning. Tutorials can help you get up and running with any new technology, but true knowledge lies in understandin00
AOAdedoyin Ogunsolainadehorizon.hashnode.dev·Apr 26 · 3 min readKubernetes: Node and Pod Management on AWS EKS using kubectlProject Difficulty: ⭐ Project Goal: This project demonstrates how to manage Kubernetes nodes and workloads within an EKS cluster using the command-line. It focuses on practical operations such as insp00