#kubernetes
Read more stories on Hashnode
Articles with this tag
Prerequisites for K8s ingress Create 2 Ubuntu EC2 Servers CI server - t2 micro and for Deployment - t2 medium CI Server (t2 micro) On t2 micro...
Deployment of Nginx with Helm Before we proceed make sure your EKS Cluster is upfront and running cd Hello $ helm create hello $ tree hello $ cd...
POD auto-scaling is the process of increasing AND decreasing infrastructure based on the demand Auto Scaling can be done in 2 ways Horizontal...
What are ConfigMaps and Secrets in k8s In Kubernetes ConfigMaps and Secrets are used to store configuration data and secrets, respectively. ConfigMaps...
What are Services in K8s In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP...