Deploy Containers on AWS by Shimon Ifrah

Deploy Containers on AWS by Shimon Ifrah

Author:Shimon Ifrah
Language: eng
Format: epub
ISBN: 9781484251010
Publisher: Apress


To view all namespaces, run the following:kubectl get pods --all-namespaces

To create a JSON file, use the following command:kubectl create -f ./pod.json

To list all the posts in your EKS cluster, use the following command:kubectl get pods

To list all the pods with advanced information, use the following command:kubectl get pods -o wide

To deploy a single container from the command line, use the following command, which runs an Nginx container image from the public container registry. If you need to use an ECR image, simply type the image URI.kubectl run nginx --image=nginx



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.