https://medium.com/@mudasirhaji/setup-kubernetes-cluster-on-amazon-eks-56cbbadace04
Sunday, May 12, 2024
Subscribe to:
Post Comments (Atom)
Sample Game App Deployment on EKS cluster
https://padmakshi.medium.com/setting-up-an-eks-cluster-and-deploying-a-game-application-a-step-by-step-guide-08790e0be117
-
Docker file Instruction Command: FROM - Defines a base image, it can be pulled from docker hub (for example- if we want to create a javascri...
-
yum install docker -y systemctl enable docker systemctl start docker curl -LO https://storage.googleapis.com/minikube/releases/la...
-
Kubernetes Service Type: Cluster-IP: #kubectl get pods #kubectl expose pod mypod --port=9000 --target-port=80 --name myservice ==...
No comments:
Post a Comment