Your one of the best teacher i have ever seen. Thank you very much 😊
@NextOpsVideos4 ай бұрын
Thanks for your comments 🙏🙏🙏
@babunarendraprasadbodi Жыл бұрын
I have been watching your videos for 2 years, your voice cristal clear and you are very helping nature for who are very poor at less knowledge. In this Kubernetes series you can make videos on kubernetes security as well.
@NextOpsVideos Жыл бұрын
Thank you 🙏
@chetanatthuluri57454 ай бұрын
hello charan can you please tell about the difference between the kubespray and kubernetes, Actually my friends using the commands like make kubernetes/kubespray/apply and prepare and like this. i need to know the difference between these two.
@NextOpsVideos4 ай бұрын
Kubespray is deployment tool for kubernetes. Kubernetes is a platform.
@nareshv7797 Жыл бұрын
Thanks Charan for making the kubernetes series...
@NextOpsVideos Жыл бұрын
Thank you for watching 🙏
@SagarN-z2w Жыл бұрын
Your the best. The way of explaining awesome. Thanks a lot Charan. Please continue the same full series.
@NextOpsVideos Жыл бұрын
Thank you 🙏
@Rajasekhar-ge1sn10 күн бұрын
Good teaching skills bro, really very helpful , and also pls share that documents.
@SandeepKumar-sw7et Жыл бұрын
Hello Sir after creation of file sample_pod.yml tried to deploy , I used the command like below but I'm getting error like 8080 was refused and entered the manifest perfectly but I'm getting this error kubectl apply -f sample_pod.yml "The connection to the server localhost:8080 was refused - did you specify the right host or port?"
@NextOpsVideos Жыл бұрын
It's because you haven't connected to the cluster properly. You need to fetch config file first to connect to the cluster and then try executing the pod.yml
@Aarosritha Жыл бұрын
what will happen if the users were connected to appliction during edit the delpyoment to decrease the replicas.
@NextOpsVideos Жыл бұрын
Automatically redirected to available replicas. Or a very brief downtime will be observed
@yagantireddy1154 Жыл бұрын
Hi Annaya, meeru google k8'S cheptunnaru kada, coming to azure k8's architecture diagram cluster create, nods and pods create cheyadam and working process antha same kada. only cloud will be change right?
@NextOpsVideos Жыл бұрын
Same untundi Reddy. Endukante k8s common across any cloud. Hope this helps. Please share the word if you can 🙏
@gz.98765Ай бұрын
Container means its have a minimal base os to run the service or application. While in pods we are having multiple containers (main+ side car containers). So multiple containers undatam valla base os anedi duplicate avthundi kadha. Anni run avvalsi vastaay . Why we are not including those in single container? Actually container antene oka class of entity to rap essential resources to run an application/service. Alanti appudu POD enduku vachindi ? Konchem clear cheyyandi please
@manishkannamoney74554 ай бұрын
Superb explanation sir🎉
@sathish995 Жыл бұрын
how how can we provide security to kubernetrs clusrer in real time work environment? They way you explains its very clear Thanks
@NextOpsVideos Жыл бұрын
Thanks for watching 🙏 Private clusters or few security policies will be applied.
@sureshkumar-mt2bn Жыл бұрын
when you execute command kubectl get nodes how it is connecting to google kubernetes and fetching data
@NextOpsVideos Жыл бұрын
There is an option in gcp cloud console on gke blade called "connect", from that you can copy the command and execute it from your laptop powershell console. However you need to install the gcp powershell module as well to get it working. Please share the good word about the channel if you can 🙏🙏🙏
@venkataramanareddy63615 ай бұрын
Hi bro, your video lectures are very good. One small doubt, for e.g. I am having 4 servers (1 Master node and 3 Worker nodes), appudu nenu replicas count enni pedithe better?
@NextOpsVideos5 ай бұрын
Replica count doesn't directly depends on number of nodes. So it can be anything. Thanks for watching! Please share the good word about the channel, if you like the videos.
@Maheshreddy9010 Жыл бұрын
You will definitely reach 500k family ❤
@NextOpsVideos Жыл бұрын
Hopefully 🙏
@sravanthinadimpalli548910 ай бұрын
i aam getting error while creating pod. COuld you please help what to do Error: error when retrieving current configuration of: Resource: "/v1, Resource=pods", GroupVersionKind: "/v1, Kind=Pod" Name: "", Namespace: "default" from server for: "pod.yaml": resource name may not be empty
@NextOpsVideos10 ай бұрын
You didn't mentioned Name for the Pod, if you look at your error Name:"" , it is blank. Sorry for the late reply and thanks for watching the videos. Please do share the good word about the channel if you can.
@chenaglabhavana Жыл бұрын
Hi Charan Azure devops lo kubernetes ela use cheyali
@NextOpsVideos Жыл бұрын
Lab 10 video chudandi. Azure devops labs playlist lo.
@SURESHCHANDRA5454 Жыл бұрын
@NextOps Videos any trainings you will provide bro
@kaverianil1440 Жыл бұрын
Excellent Explantion
@NextOpsVideos Жыл бұрын
Thanks Anil for watching 🙏🙏🙏 Please share the good word about the channel if you can 🙏🙏🙏
@sudhakarsabbana8728 Жыл бұрын
Hai Charan, shall we practice these things in K8s playground ..?
@NextOpsVideos Жыл бұрын
Yes ofcourse Sudhakar. Thanks for watching 🙏🙏🙏
@pagantiveeranjaneyulu4094 Жыл бұрын
These videos are very helpful me and plz upload Jenkins videos sir
@NextOpsVideos Жыл бұрын
Will do
@Mukeshgoud-n6g10 ай бұрын
Hi Charan, Thank you soo much for delivering a wonderful content, I really liked it, Please could you also give lessons on Kafka as well
@NextOpsVideos10 ай бұрын
Sure
@applenjapple5236 Жыл бұрын
In our deployment setup, we have the flexibility to adjust the number of replicas based on your requirements. This means that we can easily change the number of replicas as needed. For example, if you request a reduction in replicas from 4 to 2, we can quickly accommodate this change. Conversely, if after a few months, you require additional pods, we can add 3 more nodes to meet your increased demand. but i want autoscaling based on the traffic .. can make it video for the same pls
@NextOpsVideos Жыл бұрын
Sure. Please share the good word about the channel if you can 🙏🙏🙏
@PavanKumar-gk3jt Жыл бұрын
What is the difference between replicaset and deployment
@NextOpsVideos Жыл бұрын
Replicaset is what which creates replicas for a deployment. Deployment is a combination of multiple pods.
@mounikareddy24985 ай бұрын
excellent explanation sir
@NextOpsVideos5 ай бұрын
Thanks for watching! Please share the good word about the channel, if you like the videos.
@mounikareddy24984 ай бұрын
@@NextOpsVideos i have already shared sir , i will share to my team
@devops2147 Жыл бұрын
Thanks bro nice explanation Expecting the same for next videos
@NextOpsVideos Жыл бұрын
Thank you for watching 🙏
@shaffishaik3852 Жыл бұрын
Your explanation is exceptional anna.. How many total videos are there in kubernetes..??
@NextOpsVideos Жыл бұрын
May be 10 total..
@srinivas1623 Жыл бұрын
Thanks Charan if possible scnario based K8s explain chystra with real time examples
@NextOpsVideos Жыл бұрын
Thank you 🙏
@sharathramapuram8024 Жыл бұрын
Thanks for delivering quality content
@NextOpsVideos Жыл бұрын
Thanks Sarath for watching 🙏 Please share the good word about the channel if you can 🙏🙏🙏
@saikumargorrepati7501 Жыл бұрын
Anna mana channel lo unna k8s knowledge tho experience yentha pettochu
@NextOpsVideos Жыл бұрын
3 years
@thevarr3817 Жыл бұрын
Hi charan , Your videos are wonderful 💯 good knowledge
@NextOpsVideos Жыл бұрын
Thank you 🙏
@manikantadesamsetti Жыл бұрын
I have one more doubt in deployment object is there are any strategies like rolling updates and recreate for new changes and how to upgrade the image to latest version?
@NextOpsVideos Жыл бұрын
Yes there are strategies like you said. Usually canary deployment process is followed when there is a change in images. In canary you will run old and new versions simultaneously and switch to new after you become confident with the image.
@manikantadesamsetti Жыл бұрын
I think workload types like daemonset and statefullset will follow this strategies right?
@Manju_Maddela Жыл бұрын
Hii ur vedios are really helpful and the explanation was pin to pin super explanation and can understand very clearly . I just waiting for all the topics in k8s. I hope you will provide them
@NextOpsVideos Жыл бұрын
Hi (May I know your name) thank you. Yes they will be coming. Please share the word if you can 🙏
@Manju_Maddela Жыл бұрын
I'm Manju currently I'm just working on azure paas and I want to learn all the topics in aks like application gateway and many other plz provide them too
@satishbabuuppula3619 Жыл бұрын
Awesome information
@NextOpsVideos Жыл бұрын
Thank you Satish for watching 🙏🙏🙏
@balajigudiwada60826 ай бұрын
great content sir, very good explanation, i have been following up your videos daily. Thanks alot. i have one doubt, i have two worker nodes , they are not picking external IP's Please help me.
@NextOpsVideos5 ай бұрын
If the cluster is public then only they can get public ip otherwise it private ips. Thanks for watching! Please share the good word about the channel, if you like the videos.
@gke-gi6fo8 ай бұрын
Really a great explanation boss
@NextOpsVideos7 ай бұрын
Thank you so much 🙂 please do share a good about the channel if you can.
@shaiknazeer7307 Жыл бұрын
We are really gratitude to you sir 🙏 i wish god blessings with you🤗💐🎉
@NextOpsVideos Жыл бұрын
Thank you Nazeer for watching. Please spread the word about the channel if you can 🙏🙏🙏
@shaiknazeer7307 Жыл бұрын
@@NextOpsVideos definitely sir It's my pleasure
@harinathreddy5365 Жыл бұрын
Hi Anna, i have 3 doubts 1)When we are creating cluster, we mentioned nodes = 2 . Ante, 1 MASTER NODE and 1 WORKER NODE create avthundha Anna ? (or) Cluster create time lo MASTER NODE automatic ga create ayyi, manam mention chese nodes ni batti WORKER NODES create avthaaya Anna? 2)For ex: We have 2 Worker Nodes and while creating deployment using manifestfile, we mentioned replica-set=5 Then, It will create 3copies in Workernode1 and 2copies in Workernode2. Is it correct Anna ? 3)Is there any command to check, How many pods are running in a specific workernode ?
@NextOpsVideos Жыл бұрын
Thanks for the reply.
@kingkohlifansclub1067 Жыл бұрын
yes
@saikumargorrepati7501 Жыл бұрын
Anna miku kudhirithe scenario based question and answers kuda cheyyandi anna
@NextOpsVideos Жыл бұрын
Will try.
@kalpanamovva7177 Жыл бұрын
Thank you Charan garu 😊 Your videos helped me a lot
@kalpanamovva7177 Жыл бұрын
You are explained very well I referred to my friends and colleagues
@NextOpsVideos Жыл бұрын
Thank you 🙏
@maneeshkumarAitha4 ай бұрын
Awsome!Explanation
@NextOpsVideos4 ай бұрын
Thank you 🙏🙏🙏
@fetkamausam513211 ай бұрын
hi bro nuvvu pods create chestappudu container created undha yeppudaitha nuvvu yaml file deploy chesavo container yela vacchindha naku koncham ardam kale or container ni pod tho ela connect chesavo akkada koncham confusion undhi please resolve cheyyava bro and thanks for the wonderfull series
@NextOpsVideos10 ай бұрын
Pod is a concept in k8s, container is concept in docker. So in order to manage containers k8s uses pod as a wrapper, because if it does the same thing as docker there will be no difference between k8s n docker. So they use a concept of Pod which is outer layer of container. Please do share the good word about the channel if you can.