Shaik Mustafamustafa-k8s.hashnode.dev·Dec 1, 2024"Mastering Kubernetes Deployments: A Step-by-Step Guide for Beginners To Advance level"Definition: A Deployment in Kubernetes is a resource object used to manage the deployment, scaling, and updates of containerized applications. It simplifies application lifecycle management by defining a desired state, and Kubernetes ensures the syst...165 likes·248 readsKubernetes
Shaik Mustafamustafa-k8s.hashnode.dev·Dec 1, 2024Scaling in Kubernetes: A Deep Dive into HPA and VPAAutoScaling in Deployment: As you know, to run the application we need CPU and memory. Sometimes, there will be a chance where the CPU gets loaded, and this might fail the server or affect the application. Now, we can’t afford the downtime of the app...146 likes·222 readsKubernetes
Amrit Adhikarisimplecalculator-kubernetesdepoyment.hashnode.dev·Sep 23, 2024SimpleCalculator-KubernetesDepoymentThis project provides a lightweight and efficient deployment of a simple calculator web application built with HTML, CSS, and JavaScript. We leverage the power of Docker for containerization and Kubernetes for orchestration, ensuring a scalable and m...simple calculator kubernetes deployment
Ashvini Mahajanashwinimahajan.hashnode.dev·Aug 10, 2024Day 25. Launching Your Kubernetes Cluster with DeploymentPrerequisites: An Ubuntu 22.04 system. Minimum 2GB RAM or more. Minimum 2 CPU cores (or 2 vCPUs). 20 GB of free disk space on /var (or more). Custom ICMP rule for all nodes in Security Group Docker and Kubernetes installed on VM Open ports on ...Kubernetes Deployment
Yash Panditcloudrekeno.hashnode.dev·Apr 25, 2024How to Create a Kubernetes Cluster on AWS Using Ansible and Terraform 🚀: A Step-by-Step GuideSetting up a Kubernetes (K8s) cluster can be a complex but rewarding task. In this guide, we'll walk you through the process of creating a K8s cluster on AWS using Ansible for configuration management and Terraform for infrastructure provisioning. 1....2 likes·166 readsDevOpsKubernetes Deployment