NIHAL MOHAMAD ARIF PAPApapanihal360.hashnode.dev·May 14, 2024Three-tier EKS Project : A Full Guide 🚀In this project we will deploy a 3-Tier Language-Vote-App using AWS EKS. STEP 1 > Launch Instance Create AWS EC2 instance Type > T2.Large Connect this instance through SSH STEP 2 > Git Hub CMD > git clone https://github.com/NIHALPAPA/EKS-3-tier-app.g...Kubernetes
Unnati Guptadevunnatig.hashnode.dev·Jan 8, 2024Kubernetes ProbesKubernetes Probe: Kubernetes probe acts as a guardian, It continuously monitors the health status or does health checks on pods, containers & hosted applications. Types of Probe: Kubernetes provided three types of probes. a) Liveness Probe b) Readine...1 like·70 reads@kuberntes-probe
SHEIKH KAMRAN MUNEERsheikhkamranmuneer.hashnode.dev·May 19, 2023Use NFS for Persistent VolumesInstallation On Microk8s-NFS for Persistent Volumes Lab Setup: 1. Setup an NFS server sudo apt-get install nfs-kernel-server Create a directory to be used for NFS: sudo mkdir -p /srv/nfs sudo chown nobody:nogroup /srv/nfs sudo chmod 0777 /srv/nfs ...35 readskubernetesDocker