Тёмный

[ Kube 71 ] Creating Kubernetes cluster in AWS using Eksctl | AWS Elastic Kubernetes Service 

Just me and Opensource
Подписаться 66 тыс.
Просмотров 22 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 76   
@derekmab7734
@derekmab7734 3 года назад
The best tutorial on EKS on the internet. Thank you very much for sharing
@justmeandopensource
@justmeandopensource 3 года назад
Hi Abdel, many thanks for watching. Cheers.
@jlesseyp
@jlesseyp 4 года назад
Great video! Helped me a lot!
@justmeandopensource
@justmeandopensource 4 года назад
Hi Juan, thanks for watching.
@kiranraju3225
@kiranraju3225 3 года назад
Really helpful tutorial sir.
@justmeandopensource
@justmeandopensource 3 года назад
Hi Kiran, thanks for watching.
@Joker199O
@Joker199O 4 года назад
Very useful video, thanks a lot!!!
@justmeandopensource
@justmeandopensource 4 года назад
Hi Amru, thanks for watching.
@abdohcu5405
@abdohcu5405 3 года назад
Thank you for sharing your knowledge, I will definitely have some contribute for you, please add more service each service with AWS CLI.
@justmeandopensource
@justmeandopensource 3 года назад
Hi, thanks for your interest in this channel. I will definitely add more videos but my current focus is on Kubernetes series. Cheers.
@shravansharma952
@shravansharma952 3 года назад
Thanks for sharing this video. plz make full series on Infrastructure As A Code - Terraform.
@zaheerhussain5311
@zaheerhussain5311 3 года назад
Hi its very informative with good explanation. Please also create a video on upgrade cluster Regards Zaheer
@justmeandopensource
@justmeandopensource 3 года назад
I can try. Thanks for watching. Cheers.
@zachguo3357
@zachguo3357 4 года назад
A video about setting up a k8s-based serverless framework would be wonderful!
@justmeandopensource
@justmeandopensource 4 года назад
Hu Zach, thanks for watching. I had a look at OpenFaas for serverless in the k8s world. But haven't gone very far. Thanks for suggesting this. I will look into it. Cheers.
@ambrishpatil4352
@ambrishpatil4352 4 года назад
Thanks for video. Nice
@justmeandopensource
@justmeandopensource 4 года назад
Hi Ambrish, thanks for watching.
@sareddybhaskar
@sareddybhaskar 4 года назад
Very good explanation, keep going. Can you please do a Video on EKS with AWS Spot instances, for the development.
@justmeandopensource
@justmeandopensource 4 года назад
Hi Sareddy, thanks for watching. I will look into it. Cheers.
@sydneyekpo216
@sydneyekpo216 3 года назад
You're a legend, Boss. I definitely have it in mind to support. Quick question, please can you use kubectl command to pull an image from docker hub repo or ECS and run them on the worker nodes?
@justmeandopensource
@justmeandopensource 3 года назад
Hi, sorry about the late reply. What you are asking is a fundamental question. You have to pull an image from an image repository and there is no other option. It can be docker hub or a private image registry. I think you meant ECR when you said ECS as ECS is not an image repository. Just write a manifest with the right image url and the image will be pulled. There is not kubectl command by the way to just pull an image. For that you have to use docker pull.
@kiranbhat78
@kiranbhat78 4 года назад
Very Good Video. Is there any video which gives you complete setup of creating a sample application using containers and spinning up the EKS to host these containers ? That would be much helpful.
@sumantraj1
@sumantraj1 4 года назад
Very informative
@justmeandopensource
@justmeandopensource 4 года назад
Hi Sumant, thanks for watching.
@sriharij1266
@sriharij1266 3 года назад
Just Amazing
@justmeandopensource
@justmeandopensource 3 года назад
Hi Srihari, thanks for watching. Cheers.
@_chidiebere4763
@_chidiebere4763 4 года назад
Love it!! Keep it up sir
@justmeandopensource
@justmeandopensource 4 года назад
Thanks for watching. Cheers.
@muthu2441
@muthu2441 4 года назад
Thank you so much for the video!! Can you please post a video on creating cluster with EKS using aws management console..
@justmeandopensource
@justmeandopensource 4 года назад
Hi Muthu, thanks for watching. I will see if I can do that video. It should be simple but more involved that using eksctl. You will have to create roles, policies and so on.
@ylcnky9406
@ylcnky9406 4 года назад
Thanks again for the great series Venkat. Do you have a plan or list for the upcoming videos? I mean what are the next topics you are planning to publish?
@justmeandopensource
@justmeandopensource 4 года назад
Hi, thanks for watching. I have my Google calendar hooked to Slack workspace and you will be notified about new videos the day before they are released. Not sure if you joined the Slack workspace, if not here is the invitation. join.slack.com/t/justmeopensource/shared_invite/enQtODg4NDcxMTg5Mjk2LTgyNWJkMzlmNzRlMDdhYzc2ZjA3NjA0N2ZkODg5NzAyMzNjMGY4OGJjZDkzNmRhNDU1ZjEzZjc1NzhiMjBlMmI Next Monday it will be " [ Kube 72 ] Kontena Lens - Beautiful Kubernetes UI" Cheers.
@littlej956ro
@littlej956ro 4 года назад
Hi, I love your videos! I have a question, is there anyway I can use pod name as variable inside container when starting the pod? Same questions for replicaset, for example what the number of pods started so far in replicaset?
@justmeandopensource
@justmeandopensource 4 года назад
Hi Liviu, thanks for watching. Please check the below link which explains exactly what you want. When you deploy the resource, you inject the environment variable which can then be used inside your running container. Any spec from your resource can be used as environment variable. In your case, all you need is "metadata.name" passed as environment variable. kubernetes.io/docs/tasks/inject-data-application/environment-variable-expose-pod-information/
@BiohaZd5
@BiohaZd5 4 года назад
Great video, thanks !!
@justmeandopensource
@justmeandopensource 4 года назад
Hi Andy, thanks for watching. Cheers.
@sadit--world
@sadit--world 3 года назад
May I know How to remove or add a single node on existing eks cluster node group?
@diegocamilopenaramirez6101
@diegocamilopenaramirez6101 4 года назад
Thank you, do you have an example with a full deploy?
@anarchs4ever
@anarchs4ever 4 года назад
Hi, great video, thanks. Quick question re: your terminal. What is providing the grayout predictive autocompletion as you type? Is that some type of bash plugin? Thanks!
@kamrulahsan06
@kamrulahsan06 4 года назад
zsh autosuggestions plugin github.com/zsh-users/zsh-autosuggestions
@sajidshaik2365
@sajidshaik2365 4 года назад
Hi sir, EKS Cluster spanning multiple Availability Zones, and ldap directory pods in our cluster require persistent data on them and am going with EBS volumes with PVs. however it will starts to fail when the k8s nodes span multiple AZ as in this case, the PV mapping will fail once a pod mapped to a PV will move to a different node on a different AZ (Different from the EBS volume). I would really appreciate if you can provide your suggestions on this.
@myvillagemyfriends7306
@myvillagemyfriends7306 4 года назад
How to do ssh each worker node to master in eksctl.. Because they didn't have pem file for dynamic nodes.. Please do a little bittle video sir
@yphanikumar4468
@yphanikumar4468 4 года назад
github.com/weaveworks/eksctl/blob/master/examples/07-ssh-keys.yaml
@justmeandopensource
@justmeandopensource 4 года назад
Thanks for answering
@MrDevilwing
@MrDevilwing 2 года назад
hello after my cluster is created when i try kubectl get nodes i get this error error: You must be logged in to the server (Unauthorized)
@YouTubers-rj9xv
@YouTubers-rj9xv 3 года назад
Bhaya a vuru ? Which city from ?
@justmeandopensource
@justmeandopensource 3 года назад
Cambridge
@tumintakatsane3635
@tumintakatsane3635 4 года назад
thank you for the videos good man. How can we get hold of you relating to private communication?
@justmeandopensource
@justmeandopensource 4 года назад
Hi Tumi, thanks for your interest in this channel. You can join the slack workspace for this channel where there are over 100 users. Let me know your email and I will send the invitation. Cheers.
@tumintakatsane3635
@tumintakatsane3635 4 года назад
@@justmeandopensource my email: tumi@skynerdit.co.za
@justmeandopensource
@justmeandopensource 4 года назад
@@tumintakatsane3635 Invitation sent.
@NK-tq1ky
@NK-tq1ky 4 года назад
@@justmeandopensource Hi can you add my email too nknaws@gmail.com on your slack channel
@bhagyashreejoshi3797
@bhagyashreejoshi3797 4 года назад
Is fargate used here?
@justmeandopensource
@justmeandopensource 4 года назад
Hi Bhagyashree, thanks for watching. This is Amazon managed Kubernetes service EKS and not Fargate.
@bhagyashreejoshi3797
@bhagyashreejoshi3797 4 года назад
@@justmeandopensource thanks for the response,any video on EKS on fargate?
@justmeandopensource
@justmeandopensource 4 года назад
@@bhagyashreejoshi3797 I will add it to my list.
@sarfarazshaikh
@sarfarazshaikh 4 года назад
Hi Sir, What is the ip limitation in eks cluster. Because i have deployed with it . There is a limitation of private ip. How to remove this limit or change the Network Class "C" to class "B"
@justmeandopensource
@justmeandopensource 4 года назад
Hi Sarfaraz, thanks for watching. I haven't looked into. What limitation do you see with IPs? Can you explain a bit more about your setup and the problem you are trying to solve?
@yphanikumar4468
@yphanikumar4468 4 года назад
github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt
@yphanikumar4468
@yphanikumar4468 4 года назад
Use other CNI instead of aws default vpc cni
@justmeandopensource
@justmeandopensource 4 года назад
medium.com/@jwenz723/amazon-vpc-cni-vs-calico-cni-vs-weave-net-cni-on-eks-b0ad8102e849
@yphanikumar4468
@yphanikumar4468 4 года назад
github.com/phaniamt/eks-cluster-limits
@sudhirbatchu1247
@sudhirbatchu1247 4 года назад
Nice Video :-) I have deployed eks cluster with yaml config file by providing VPC and node group configurations. Now I want to update the cluster with the public subnet and add one more node group to the cluster. Is this possible? initially I created my cluster with private subnet no public subnets in it. now I want to update. if you know any info on this could you help me. Thanks Sudhir
@justmeandopensource
@justmeandopensource 4 года назад
Hi Sudhir, thanks for watching. That is definitely possible. I haven't used a custom vpc/subnet while deploying the k8s cluster. I went with the default and let eksctl create the necessary network and subnets for me.
@mohdjamalafsar55
@mohdjamalafsar55 4 года назад
Hi , myself Jamal here . I have gone through ur video which is nice and informative , I have been facing an issue when creating cluster. Can u help me , y is that I am facing an error . Error: getting availability zones: getting availability zones for us-east-1: UnauthorizedOperation: You are not authorized to perform this operation. status code: 403, request id: 511fd768-8ceb-4556-a5a1-7beb384f5fc4
@prabhua9450
@prabhua9450 4 года назад
in target group showing unhealthy instance
Далее
AWS ECS vs EKS vs Fargate
14:21
Просмотров 108 тыс.