kubernetes tutorial | Create AWS EKS Cluster & access eks cluster from local machine using kubectl

VSPARKZ
VSPARKZ
2.9 هزار بار بازدید - 8 ماه پیش - CERTIFIED KUBERNETES ADMINISTRATOR-------------------------------------------------------------------------kubernetes tutorial |
CERTIFIED KUBERNETES ADMINISTRATOR
-------------------------------------------------------------------------


kubernetes tutorial |  Create AWS EKS Cluster & access eks cluster from local machine using kubectl
------------------------------------------------------------------------------------------------------------------------------------------------------------

In this video, you are going to see a DEMO on how to Create EKS Cluster and Connect using kubectl utility from a Windows machine.

For suggestions/feedback/doubts contact
email: [email protected]


Happy Learning !!!


===========================================================================================

USEFUL LINKS
----------------------------

What is AWS EKS ?

https://docs.aws.amazon.com/eks/lates...


EKS Cluster IAM Role

https://docs.aws.amazon.com/eks/lates...


EKS Node IAM Role

https://docs.aws.amazon.com/eks/lates...


Install AWS CLI

https://docs.aws.amazon.com/cli/lates...


Install Kubectl Utility

https://docs.aws.amazon.com/eks/lates...


Create & Connect EKS Cluster

https://docs.aws.amazon.com/eks/lates...


Assign Pods to Nodes

https://kubernetes.io/docs/tasks/conf...


Sample Pod Manifest
====================================
apiVersion: v1
kind: Pod
metadata:
 name: nginx
 labels:
   env: test
spec:
 containers:
 - name: nginx
   image: nginx
 nodeSelector:
   application: web
=====================================


==========================================================================================
#cka  #kubernetes  #k8s  #containers  


THE END
8 ماه پیش در تاریخ 1402/08/15 منتشر شده است.
2,910 بـار بازدید شده
... بیشتر