Deploy on AWS and GCP - cordonezjolon/kubernetesCourses GitHub Wiki

AWS

Steps to configure cluster

  • Create Role for Cluster
  • Create Role for Nodes - Apply this policies to create node groups (AmazonEC2ContainerRegistryReadOnly, AmazonEKSWorkerNodePolicy) and if you got this error on nodes Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized ERROR apply as well AmazonEKS_CNI_Policy.
  • Create new Cluster and use Role for Cluster
  • Create node group and use Node Role.
  • Follow this guide [https://docs.aws.amazon.com/eks/latest/userguide/connecting-cluster.html](Guide to connect)