#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Ex1: Deploying a simple web app using ansible Step1: Create 3 EC2 instances, make sure all three are created with the same key...
What is Infrastructure As Code? Infrastructure generally refers to everything that makes up the IT environment, such as servers, storage, network...
Introduction: Kubernetes has revolutionized the way we deploy and manage applications, offering scalability, resilience, and flexibility. To harness...
Introduction: In the realm of container orchestration, Kubernetes has emerged as a game-changer, offering a sophisticated platform for managing,...
k8s workloads In Kubernetes, workloads are applications running inside pods, which are groups of containers. Pods have defined lifecycles, and if a...
Services Ingress Network policies DNS CNI plugins Services What is service and why do we need this in k8s? As we all know each pod in a k8s...