- brentley/ecsdemo-frontend
- 有分 EKS & ECS 的版本
- Deploy a Kubernetes Application
- with Amazon Elastic Container Service for Kubernetes
- Amazon ECS Workshop for AWS Fargate
- Amazon EKS Workshop
- node
- pod
- Service in Kubernetes is an abstraction
- A Service is defined using YAML (preferred) or JSON
- Services match a set of Pods using labels and selectors
- defines a logical set of Pods
- policy by which to access them
- LabelSelector
- The common format of a kubectl command is: kubectl action resource
- kubectl get - list resources
- kubectl describe - show detailed information about a resource
- kubectl logs - print the logs from a container in a pod
- kubectl exec - execute a command on a container in a pod
- awslabs/amazon-ecr-credential-helper Automatically gets credentials for Amazon ECR on docker push/docker pull