kubernetes tutorial | Create AWS EKS Cluster & access eks cluster from local machine using kubectl
HTML-код
- Опубликовано: 4 фев 2025
- 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: kvk@vsparkz.com
Happy Learning !!!
===========================================================================================
USEFUL LINKS
----------------------------
What is AWS EKS ?
docs.aws.amazo...
EKS Cluster IAM Role
docs.aws.amazo...
EKS Node IAM Role
docs.aws.amazo...
Install AWS CLI
docs.aws.amazo...
Install Kubectl Utility
docs.aws.amazo...
Create & Connect EKS Cluster
docs.aws.amazo...
Assign Pods to Nodes
kubernetes.io/...
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
lovely mannnn lovely.......... i did it.. with your help
My Pleasure !
Very nicely explained.
Glad it was helpful!
good content bro
Thanks Nishit
next eks video should be on private cluster and how codebuild deploy pods on Private EKS cluster.
i really like this video! but i am not able to connect via aws cli in linux. i cant figure it out, which permissions i need to manage.
For linux, ensure that you are using the correct AWS CLI binaries. Thats resolves most of the problems.
An error occurred (UnrecognizedClientException) when calling the DescribeCluster operation: The security token included in the request is invalid.
Please make and upload videos on eks control plane with self managed worker nodes using ASG
can't we use default VPC and subnet ?
Yes you can use.
Hi bro,,,your mail id not working,,,i got error while connecting to cluster even though after authentication and updated kube config also .
kubectl cluster-info
couldn't get current server API group list: the server has asked for the client to provide credentials
I got this
Hi Friend,
You must authenticate with the kubernetes cluster and update the kubeconfig file.
Then only you will be able to access the cluster
Thanks
After authentication also not connecting@@VSPARKZ
*PromoSM*
Thanks for the feedback 😇