In kubernetes, while the "kubectl run" command will create a deployment based on a docker image provided (e.g. : kubectl run kubernetes-bootcamp --image=gcr.io/google-samples/kubernetes-bootcamp:v1 --port=8080 --replicas=3), the kubectl [...] command will create a service from these 3 pods so they can be accessed from outside the cluster
Answer
expose
Question
In kubernetes, while the "kubectl run" command will create a deployment based on a docker image provided (e.g. : kubectl run kubernetes-bootcamp --image=gcr.io/google-samples/kubernetes-bootcamp:v1 --port=8080 --replicas=3), the kubectl [...] command will create a service from these 3 pods so they can be accessed from outside the cluster
Answer
?
Question
In kubernetes, while the "kubectl run" command will create a deployment based on a docker image provided (e.g. : kubectl run kubernetes-bootcamp --image=gcr.io/google-samples/kubernetes-bootcamp:v1 --port=8080 --replicas=3), the kubectl [...] command will create a service from these 3 pods so they can be accessed from outside the cluster
Answer
expose
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.