© 2026 Hashnode
In this article, I’ll explain the various methods to expose Kubernetes services to the outside world, comparing their pros and cons. To make things clearer, I’ll also include examples with YAML manifests. In Kubernetes, a Service acts as a virtual lo...

STEP 1 –MINIKUBE AND DOCKER INSTALLATION ONAMAZON LINUX 1. Launch an instance from an Amazon Linux 2 or AmazonLinux AMI2. Connect to your instance.3. Update the packages and package caches. ssh -i Kubernetes-setup.pem ec2-user@13.201.41.28 yum...
