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
-
1)Docker Introduction and Architecture - Done 2)Docker Installation and Docker Info - Done 3)Create First Container, List Container, Remo...
-
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...
-
Kubernetes Service Type: Cluster-IP: #kubectl get pods #kubectl expose pod mypod --port=9000 --target-port=80 --name myservice ==...
No comments:
Post a Comment