Skip to content

Latest commit

 

History

History
58 lines (23 loc) · 1.4 KB

kubernetes-on-aws.md

File metadata and controls

58 lines (23 loc) · 1.4 KB

Kubernetes Cluster on Amazon Web Services.

Contents at a Glance.

About.

Documentation.

Need to be install.

  • awscli - Needed to authenticate and run commands on to AWS.
  • kubectl - Needed to for management of K8s Cluster.
  • eksctl - Needed to for creation of a K8s Cluster.

Cluster Config Yaml File.

Location of Cluster Configuration File.

/home/userName/.kube/config - Configuration kubectl with K8s Cluster.

Help.