@@surensparks No no , Do the below , Kops delete -f cluster.yaml -yes Don’t terminate management server . Just stop Tomorrow once you start practice give below. Turn on management server From management server give below . Kops create -f cluster.yaml and follow as prompt
U r real game changer in RUclips Devops & Cloud communities....bro Really thanking u from bottom of my heart ❤️💛❤️ If we got opportunity to work on kubernates tech then daily user stories ( tasks) will be same as mentioned in this video....
@@SaiKirannPinapathruni we are really tired of learning new practices every now and then. It is amazing to learn in spare Time but as a duty and for competition it is too tiring. Anyways, thanks!❤ money can't buy this ease and help in learning that you've brought for complex topics now
Amazing👍, Great, thanks and much appreciated, waiting for similar long complete courses on AWS Solutions Architect, AWS Networking, AWS Infrastructure, AWS Devops, Azure Devops, Azure Complete Administration and Infrastructure Management, AWS Terraform, Docker in details, please make them all.
Thanks for sharing @SaiKirannPinapathruni amazing content, its really different from other courses that I went through recently...apprecaite your efforts. Quick qxn what is the BEST way to scale out and in based on some events and how to achieve the same?
@@satishvutti Thanks :) Kubernetes Horizontal Pod Autoscaler (HPA). You can achieve this by setting up metrics like CPU or custom metrics that trigger scaling actions.
bro plzz make one advanced jenkins pipeline with kop cluster deploying through jenkins and deploying application in k8s with integration with prometheus and grafana
Hi, I have a question about database migrations in the kubernetes. In case we are using relation db's and have migrations increments gradually. How we can handle for canary or blue green deployments if we want to deploy inside kubernetes. We donot want to use managed databases. some tools are being used like schemahero and altas but also have limitations. What you suggest for this real time issue related to database deployments?
"Hello! Saikiran, I really enjoyed your video on Kubernetes and I really appreciated your learning video on Kubernetes. I wanted to ask if you think the following topics are sufficient for assessing a candidate's experience in a Kubernetes interview. Thank you!"
hey that you set webhook by url it hsa url=clustername you use cluster name in jenkins triggerd is this triggred by name given after url=name or by cluster name
so the control and data plane nodes are in public subnet, what configuration change are done in real time production to deploy same setup on private subnets?
how the containers are integrated with k8s .In Yaml file you are giving container ,image ,but how Kubernetes will understand that it should refer the docker image
after cluster config can i stop the kops cluster instance and start it later? will it work fine?
@@surensparks No no ,
Do the below ,
Kops delete -f cluster.yaml -yes
Don’t terminate management server . Just stop
Tomorrow once you start practice give below.
Turn on management server
From management server give below .
Kops create -f cluster.yaml and follow as prompt
@@SaiKirannPinapathruni thanks bro :)
Thanks for this course, I always thought I know kubernetes well, but after watching this video I have learnt many new things. Thanks for your effort
@@KarthikGanduri Your words means a lot, please share across
just watched ur PODCAST with Abhishek Veeramalla...... very inspiring👏👏👏👏
@@muser1508 Thanks
U r real game changer in RUclips Devops & Cloud communities....bro Really thanking u from bottom of my heart ❤️💛❤️
If we got opportunity to work on kubernates tech then daily user stories ( tasks) will be same as mentioned in this video....
Thanks a ton
Thanks a ton!!
Oh man......thank you for your efforts and sacrifice to make us learn everything for free....
@@Kalaiarasan_Balu please share across !! 🙏🏽
Let's not tell anyone about this precious channel so we will have an edge over our competitors 😂❤
😝 Please dont do this!!
@@SaiKirannPinapathruni we are really tired of learning new practices every now and then.
It is amazing to learn in spare Time but as a duty and for competition it is too tiring.
Anyways, thanks!❤
money can't buy this ease and help in learning that you've brought for complex topics now
Wahi to isliye mene abhi taksi ko nhi bataya collage wale group me v share nhi kiya😅😂😝
@@faizahmed007 batana bhi nhiii bhai plz 😂😂😁😁
Trueeeee
53:04 answer
Because we gave namespace value in yaml file but we did not call pods with namespace
@@Ajay-ck6cm ✅💯
I think we missed container runtime along with kubulet & kube proxy
on K8s arch.
Amazing👍, Great, thanks and much appreciated, waiting for similar long complete courses on AWS Solutions Architect, AWS Networking, AWS Infrastructure, AWS Devops, Azure Devops, Azure Complete Administration and Infrastructure Management, AWS Terraform, Docker in details, please make them all.
Yes During DevSecOps
Hi anna, kindly explain about cni , why we need to install network plugins and how pods would assigned ips
@@maheshwarareddy8629 Please watch docker networking - in kubernetes also I have explained about networking concepts too
yeah, this is a good topic to explore.. including pod networking and which one to use...
Thanks for sharing @SaiKirannPinapathruni amazing content, its really different from other courses that I went through recently...apprecaite your efforts. Quick qxn what is the BEST way to scale out and in based on some events and how to achieve the same?
@@satishvutti Thanks :)
Kubernetes Horizontal Pod Autoscaler (HPA). You can achieve this by setting up metrics like CPU or custom metrics that trigger scaling actions.
Thank you sir❤❤❤❤
@@bashshellscripting9475 Thanks a lot :)
Hello !!
Thanks for the video
Is this part2 / Vol2 of ur already uploaded 10Hrs K8s video, or New total upload ??
@@SandyLearner Bro same
bro plzz make one advanced jenkins pipeline with kop cluster deploying through jenkins and deploying application in k8s with integration with prometheus and grafana
Not possible bro, Sorry.
Thanks 🙏🙏
@@cloudpachehra1113 most welcome :)
Hi, I have a question about database migrations in the kubernetes. In case we are using relation db's and have migrations increments gradually. How we can handle for canary or blue green deployments if we want to deploy inside kubernetes. We donot want to use managed databases. some tools are being used like schemahero and altas but also have limitations. What you suggest for this real time issue related to database deployments?
@@softwareengineer5764 Use tools like Flyway or Liquibase to update the database in steps, making sure both old and new apps work.
"Hello! Saikiran, I really enjoyed your video on Kubernetes and I really appreciated your learning video on Kubernetes. I wanted to ask if you think the following topics are sufficient for assessing a candidate's experience in a Kubernetes interview. Thank you!"
@@anchalgosain-j7y This is more onto handling realtime tasks , So handling Kubernetes interviews was easy peasy with these videos
Thanks for the quick response, @SaiKirannPinapathruni !
6:49:42 we can use kubectl explain deployment
this command will gives us kind and api version information
@@vamsikrishna4475 ✅
hey that you set webhook by url it hsa url=clustername you use cluster name in jenkins triggerd is this triggred by name given after url=name or by cluster name
6:26:48 that alias for all pods is next level bro😮
@@vamsikrishna4475 Thanks :)
10:40 bro Pods ip address are assigned by CNI (container Network Interface) like calico, flannel or weavenet etc.,
@@arunagri1997 💯
Hi Sai, am lil confused about why u took a separate instance for cert generation?
@@lohithm9785 for TLS keys, just to avoid confusion I’ve taken a new instance and collected the keys .
@@SaiKirannPinapathruni ahh, so we do same in real time?? Or anything else.
@@lohithm9785 Real time they will be having enterprise level keys. You need to check with your scrum manager.
@@SaiKirannPinapathruni thanks Buddy.❤️❤️
@@SaiKirannPinapathrunido we store these certificates in some backend like s3 bukcets or secrets manager in real time?
wow.. just wonderful this video is.. Can you please make one of Azure DevOps as well
@@vivianfernandes4436 Sure
public key or private key would be shared or used ?
@@pradeepkumar-sr6jv Please elaborate
Bro,
Is this course different from the video that u posted 8 days back.??that was also 10hrs.
Please let me know
Check the title of the video and comment
@@Althafamrin you tell us what is changed ? Title is almost same of both the videos and duration too (10hrs2mins)
Please next do complete course on Azure Devops ( all daily tasks) & Salesforce Devops & Aws Amplify
Eagerly waiting bro
ADO in SecOps
@@SaiKirannPinapathruni I am not getting What is " ADO in SecOps "
@@VthePeople4156 Azure DevOps in DevSecOps
@@SaiKirannPinapathruni ok got it bro
Saikiran what is the advantage of taking membership ?
@@ferringxor private channel
Wow ❤
@@kvs7720 Thanks :)
Bro,
Can you make similar detail training video on ANSIBLE & SHELL Scripting please
@@prp999 Yes right now am going DevSecOps . You can check out my channel .
Subscribed for yur hardwork ❤
@@sreekanthreddy4829 Thanks a lot 🙏🏽🙏🏽
so the control and data plane nodes are in public subnet, what configuration change are done in real time production to deploy same setup on private subnets?
@@surensparksIn production, Elastic IPs are used with NAT Gateways to allow private subnet nodes in the data plane to access the internet
@@SaiKirannPinapathruni great, thanks for your prompt responses. much appreciated ❤
Can u please create beginners friendly crash course for AWS essentials
@@manojbhamre6062 Sorry But impossible, So many were scheduled for the next 100 days
@@SaiKirannPinapathruni np... whenever u will get time... pls think on this
@@manojbhamre6062 Sure :)
Thanks you
Most welcome !!
Bro can you please upload video for Amazon EKS and rancher like this
Definately
@@SaiKirannPinapathruni 🫡
how the containers are integrated with k8s .In Yaml file you are giving container ,image ,but how Kubernetes will understand that it should refer the docker image
@@AnjaliH-wo4hm Hello Please watch docker then Kubernetes will be easy for you .
@@SaiKirannPinapathruni Sure.Thank you!
because of taint is apply on master to not deploy any pod if we have toleration it can be deploy
😅
Fantastic!!
all k8s real time tasks merged here ??
@@naikodichaitanya Yes
First like
Wow, il get million views then 🤩
By default master node had taint applied that''s why resources are not deploying in master node
@@apexvalan4369 Great ✅💯
Sir where are the notes for this video?
@@BOTLOF please check description and in github repo you will find the complete notes
@@SaiKirannPinapathruni Sir, the Github repo is not working in the description
@@BOTLOF Checking
bro i have to work with you and experience work plzz make me you intern
I Think 16 tasks will be 16 mini Projects indirectly 😊😊😊
Full level Hanson!!!!!
Anna telugu ledha
@@Manojkumar-bh8os Chestha chestha thondarlo
How to contact you
Topmate : topmate.io/dashboard/home
if not that important, am available on LinkedIn please check the lin in the description
sir iam big fan IAM wondering How Great iam working with you
@@AmaanzeSiddiqui 😁
sir iam big fan Iam wondering if i work with you