DAY-35 | EVERYTHING ABOUT KUBERNETES SERVICES | DISCOVERY | LOAD BALANCING | NETWORKING |

2023 ж. 27 Ақп.
44 291 Рет қаралды

Support my work
www.buymeacoffee.com/abhishekprd FREE DEVOPS COURSE
• DEVOPS ZERO TO HERO CO...
Hi Everyone, In today's class Day-35, We will learn about Kubernetes Services.
Problem 1:
------------------
In the last class, we learnt that Kubernetes Deployments can implement the auto-healing capability for pod that goes down using Replica Sets but whenever the new pod comes up, It comes up with a new IP address. So how the customer or user know about this new IP address ?
How is Service Discovery Implemented in Kubernetes ?
Problem 2:
-----------------
If you application requires multiple replicas of a pod to serve multi concurrent users, each replica of a pod has unique IP address but customers or users would need a one common IP address or DNS. Just like we all access google.com(DNS) or 8.8.8.8(IP Address) to access google.
How is this implemented in Kubernetes ?
Problem 3:
-----------------
How are the applications deployed as Pods in Kubernetes are accessed by external or people from other teams in your organization who don't have access to the Kubernetes cluster ?
Problem 1 is solved by Kubernetes Service
Problem 2 is solved by Kubernetes Service
Problem 3 is solved by Kubernetes Service
Watch the video to understand complete details.
Telegram channel
===============
telegram.me/abhishekveeramalla
About me:
-----------------
LinkedIn: / abhishek-veeramalla-77...
GitHub: github.com/iam-veeramalla
Medium: / abhishekveeramalla-av
KZhead: / @abhishekveeramalla

Пікірлер
  • Thanks!

    @faisalraj6654@faisalraj66544 ай бұрын
    • Thanks alot for supporting the channel 😍. It means alot to the channel 🎉

      @AbhishekVeeramalla@AbhishekVeeramalla4 ай бұрын
  • Abhishek bhaiya doesn't needs devops but devops needs him 👑

    @Rishabh_563@Rishabh_563 Жыл бұрын
    • Haha .. thanks bhai

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • I can never get tired of saying you are the best teacher!!!

    @vback4238@vback4238 Жыл бұрын
    • Thanks alot

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
    • @@AbhishekVeeramalla sir, why did not you explain like real time for example in real time we can not access cluster like this, you should have explained kube config file

      @freshersjobsite5703@freshersjobsite5703 Жыл бұрын
    • sir, why did not you explain like real time for example in real time we can not access cluster like this, you should have explained kube config file

      @freshersjobsite5703@freshersjobsite5703 Жыл бұрын
  • Thank you so much, Brother. You are a guru!

    @user-ec8gc3dl7m@user-ec8gc3dl7m2 ай бұрын
  • Powerful Mentor only can teach powerful technology and same we are seeing here. Thanks bro your are besttttttttttttttttt mentorrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr.

    @Satyanarayana_Mad@Satyanarayana_Mad8 ай бұрын
  • Awsome Blossom, I , got the better understanding of Kubernetes because of you thank you very much, :)

    @shashankchoubey9253@shashankchoubey92533 ай бұрын
  • One of the resources for DevOps .... Thank you for making this effort... You will be remembered as the best teacher for the upcoming DevOps Engineers... One of my best quotes: "" Wherever you go, leave your mark"".. Bro, you made a mark in this segment.. Once again thank you... ❤️❤️❤️

    @devops-journey01@devops-journey01 Жыл бұрын
    • Thanks a ton

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
    • So true

      @neelimagopu3743@neelimagopu3743 Жыл бұрын
  • Thanks mate, your all the series are very useful and informative. You are putting lot of effort and time which is highy appreciable. Keep up the good work.

    @itsmendyou@itsmendyou7 ай бұрын
    • Thanks alot 😊. Your support means alot to the channel.

      @AbhishekVeeramalla@AbhishekVeeramalla7 ай бұрын
  • love your efforts in this videos feels great to be part of this comunity...

    @mayankpull2603@mayankpull2603Ай бұрын
  • Hi Abhishek, I don't know what to write more than that after reading all those comments below. You are Amazing Brother ! I heart fully wish good luck for all your future endeavors. May God shower his blessings upon you.

    @jeevrexx@jeevrexx Жыл бұрын
    • Thanks alot 🙏

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • thank you sir for all information shared with us

    @sureshmanupadu9118@sureshmanupadu91186 ай бұрын
  • Crystal clear explanation. Thanks sir

    @rameshmuddurangiah4564@rameshmuddurangiah45647 ай бұрын
  • Right time at right channel, am proud of myself, n thank u so much for creating this series for us ♥️

    @nagarjunahota4498@nagarjunahota4498 Жыл бұрын
    • My pleasure 😊

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Thanku so much abhishek bro

    @jayanandini5418@jayanandini54184 ай бұрын
  • Finally understood service discovery.

    @isaacambi1914@isaacambi19143 ай бұрын
  • Great, and easily understand explaination❤

    @bitanji6851@bitanji68518 күн бұрын
  • For each deployment you will create a service in the world of Kubernetes. So what is ideal pod numbers/count of replicas is decided by number of concurrent users trying to access the application and no. Of user or load a single pod can handle. When a pod replica dies, a new pod replaces with new ip adress as a feature of auto healing Service created on top of development and it acts as load balancer. Instead of accessing the ips of every single pod, service is used instead. Service using the kube-proxy will forward the request to underlying pod based on label and selectors, load balancing them out at the same time. Service keep tracks of pods based on labels and selectors instead of ip adress, since ip adress are bound to change. Service also expose your application to the external world, for end user to use the application.

    @Cloudnp9458@Cloudnp94583 ай бұрын
  • You always say tricky things in a simple manner, and there are no words for your nice explanation always, you are the best teacher on KZhead Thank you so much Abhi 😊

    @rohanekar@rohanekar Жыл бұрын
    • Thanks alot

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Thanks Abhishek. U made the DevOps easy.. Previously I hv gone through several KZhead channels but no one provided the content like u.

    @VikramSharvansh@VikramSharvansh9 ай бұрын
    • Most welcome !!

      @AbhishekVeeramalla@AbhishekVeeramalla9 ай бұрын
  • You are a guru! Everything is demystified !! Thank you sir

    @mauriceobasi3734@mauriceobasi3734 Жыл бұрын
    • Thanks alot . Please share the videos

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Thankyou friend. I appreciate and respect the hard work you putting in the series which is benefiting all us folks who are pursing or in DevOps Role. Thanks

    @faisalraj6654@faisalraj66544 ай бұрын
    • My pleasure!

      @AbhishekVeeramalla@AbhishekVeeramalla4 ай бұрын
  • great bro..Kubernetes services are now crystal clear to me !!

    @TheProductionEnvironment@TheProductionEnvironment10 ай бұрын
    • Good 👍

      @AbhishekVeeramalla@AbhishekVeeramalla10 ай бұрын
  • Very well explained Thanks for your efforts Abhishek

    @vsekhar4405@vsekhar440510 ай бұрын
    • Thanks ❤️

      @AbhishekVeeramalla@AbhishekVeeramalla10 ай бұрын
  • wonderful technical aspects that your providing to the people is amazing. Especially, beginners would grab this as hot cake. I knew preparing these materials are not easy, but i appericate your good heart for sharing knoweledge

    @starstanly95@starstanly954 ай бұрын
    • Thank you so much!

      @AbhishekVeeramalla@AbhishekVeeramalla4 ай бұрын
  • You r the best mentor..your r giving the best understanding of any of the topics which I had seen.. thank you so much ❣️

    @pranmohankumar4877@pranmohankumar4877 Жыл бұрын
    • Thanks alot

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Thank you ^^

    @ravindraravi7435@ravindraravi7435Ай бұрын
  • Before starting video i everytime think i can not learn it but your teaching style is so good that it becomes easy to understand ❤️

    @3am_watch@3am_watch8 ай бұрын
    • Glad to hear that

      @AbhishekVeeramalla@AbhishekVeeramalla8 ай бұрын
  • Hi Abhishek, concepts which are confuse your explaining them very clear...if you don't mind can you please share documents class wise so that we can easily refer and remember those topic wise

    @vijaykumar-hh8sw@vijaykumar-hh8sw9 ай бұрын
  • Thanks

    @nehamahajan3129@nehamahajan312910 ай бұрын
  • This playlist is evergreen!

    @yoursyasuo5868@yoursyasuo5868 Жыл бұрын
    • Thanks a lot

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Very good explanation. Better than any paid courses on EdTech platform. Thanks for enlightening.

    @user-ut1qs1xy3z@user-ut1qs1xy3zАй бұрын
    • 🔥

      @AbhishekVeeramalla@AbhishekVeeramallaАй бұрын
  • Osm man 💗🙌

    @sudhanshukushwaha6351@sudhanshukushwaha635126 күн бұрын
  • Thank You Sir!

    @BushMaster007@BushMaster0079 ай бұрын
    • Most welcome!

      @AbhishekVeeramalla@AbhishekVeeramalla9 ай бұрын
  • These are very useful and anyone can understand easily. u r doing grt job sir🙏🙏

    @suhasiniaddanki7304@suhasiniaddanki7304 Жыл бұрын
    • Thanks alot

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Cleared all doubts in one video 🖖waiting for other videos.!

    @sksabiruddin4291@sksabiruddin4291 Жыл бұрын
    • Awesome

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • well explained. now i can say that kubernetes is easy.

    @amitbadyal7631@amitbadyal76314 ай бұрын
    • Awesome

      @AbhishekVeeramalla@AbhishekVeeramalla4 ай бұрын
  • The best ever tutorial on Kubernetes services......Thanks a lot Sir

    @syedjohn6745@syedjohn67458 ай бұрын
    • Thank you so much 😀

      @AbhishekVeeramalla@AbhishekVeeramalla8 ай бұрын
  • Thank you so much my concepts are cleared after watching this video.

    @Adityaa2@Adityaa2 Жыл бұрын
    • Awesome

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • great efforts Abihishek. thank you

    @sriramvijayaragavan4522@sriramvijayaragavan4522 Жыл бұрын
    • Welcome

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • bro trust me i had lot of courses frm lot of edutech companies and websites but no one explained me in the way u explained thnx a lot 🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳🥳

    @experiencetheinfinity@experiencetheinfinity5 ай бұрын
    • Means alot

      @AbhishekVeeramalla@AbhishekVeeramalla5 ай бұрын
  • excellent explanation. Thank you so much sir

    @veerumallavarapu7295@veerumallavarapu729511 ай бұрын
    • welcome

      @AbhishekVeeramalla@AbhishekVeeramalla11 ай бұрын
  • really bhaiya Your way of using Techniq and taking each of the points and clearing us in a good way to teach us is very awesome. I really appreciate that you are helping all people get jobs as a free class. Thank you so much, Bhaiya.🙂

    @user-ht4wd9xg7w@user-ht4wd9xg7w6 ай бұрын
    • It's my pleasure

      @AbhishekVeeramalla@AbhishekVeeramalla6 ай бұрын
  • Good One

    @jaykumaranbu7173@jaykumaranbu7173 Жыл бұрын
    • Thanks

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • clear concept of svc ❤

    @tanmoysantra1112@tanmoysantra1112 Жыл бұрын
    • Thanks alot

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • It's awesome video

    @suhasiniaddanki7304@suhasiniaddanki7304 Жыл бұрын
    • Thanks alot

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Abhishek sirji , cleared my doubts for kubernetes thank you. your teaching is awesome , please make many more content it is beneficial for aspirants like us

    @nitishlanjewar2772@nitishlanjewar27729 ай бұрын
    • sure, thanks

      @AbhishekVeeramalla@AbhishekVeeramalla9 ай бұрын
  • this is a terrific ground level explaination. completely understood why service is used in k8s and its features. Thank you for the explanation sir🤟

    @subash7777@subash77774 ай бұрын
    • Glad it was helpful!

      @AbhishekVeeramalla@AbhishekVeeramalla4 ай бұрын
  • Very well explained bro, Thanks for your efforts 🙂

    @testtt5983@testtt5983 Жыл бұрын
    • Most welcome 😊

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Thank You ❤

    @reneshmlal2809@reneshmlal280920 күн бұрын
    • welcome

      @AbhishekVeeramalla@AbhishekVeeramalla20 күн бұрын
  • There are three types of services 1. Cluster ip _ application will be accessed inside the cluster. Only if you have access to network inside the cluster/ cni /container network i.e flannel, calico. 2 node port - inside the organisation, or i can say whoever has access to the worker node ip address ( ec2 instance ip address or vpc ip address) 3. Load balancer type service - access service from external world. You will get ELB (elastic load balancer) in EKS, That has public address. Only for cloud provider implementation.

    @Cloudnp9458@Cloudnp94583 ай бұрын
  • Thanks Abhishek for this brilliant video on kubernetes service and it's types you cleared my concepts ❤❤

    @rohandighe636@rohandighe63611 ай бұрын
    • thanks alot

      @AbhishekVeeramalla@AbhishekVeeramalla11 ай бұрын
  • Super 👌 👍 😍

    @harikrishnaobbu5731@harikrishnaobbu5731 Жыл бұрын
    • Thanks 🤗

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Yes, you explain teh Beauty, with Question of "Why?". Mostly pople don't explain or try to get to explain WHY WHY WHY ? but you do which is imp. I will definelty tag you after making on project of application + permanent store of databases.

    @jatinsharma3792@jatinsharma37924 ай бұрын
    • Yup, that is very important

      @AbhishekVeeramalla@AbhishekVeeramalla4 ай бұрын
  • @AbhishekVeeramalla Bro, Thanks for the detailed explanation, I can understand if a pod goes down, based on the label(not considering its IP) a new one will be created and continue from where it left. what happens, if 2 different pods with a same label goes down at a same time. Won't there be any clash or any issues(Hope we have some solution, but just wanted to know about the solution)

    @sabarisun8184@sabarisun818422 күн бұрын
    • No issues

      @AbhishekVeeramalla@AbhishekVeeramalla22 күн бұрын
    • @@AbhishekVeeramalla Bro, Thanks for the quick response. Sorry for the another/chaining question 😋. Is this possible that a new pod created to replace Pod A (used by the developer team) could be scheduled on the same node where Pod B (used by the testing team) was running before. Similarly, a new pod created to replace Pod B could be scheduled on the same node where Pod A was running before(Opposite way). As both of the pods are having the same label-name.

      @sabarisun8184@sabarisun818421 күн бұрын
  • 💖💖

    @mathewjoseph1348@mathewjoseph1348Ай бұрын
  • Bro you are awesome.

    @ToughGuysWorld@ToughGuysWorld Жыл бұрын
    • Thanks alot

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Nice explination anna

    @sadikhussain1128@sadikhussain1128 Жыл бұрын
    • Thanks 🙏

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Just osm Thank you so much Can you please conduct complete CKA certification course? Paid bhi chalega

    @abhishekkulkarni3466@abhishekkulkarni346610 ай бұрын
  • Nicely explained bro... Can you please take one session on TLS/SSL K8 Certificate related topics

    @jayakrishna3738@jayakrishna3738 Жыл бұрын
    • sure

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • I tried to learn Kubernetes in Udemy by Tutorials. But Abhishek Tech me lot, more than Any.

    @karthickdk@karthickdk3 ай бұрын
    • Glad to hear that

      @AbhishekVeeramalla@AbhishekVeeramalla3 ай бұрын
  • Day-35 done ✅️

    @adarshjha__1@adarshjha__16 ай бұрын
    • keep going

      @AbhishekVeeramalla@AbhishekVeeramalla6 ай бұрын
  • Hello sir, can you make one project for members only like 3 tier application suppose front end and backend as well as db. And please involved end to end like from git to kubernetes. And this project includes all open source tool which is popular in devops. Thankyou once again. For this amazing lecture.. Many things is getting clear now. About kubernetes and docker.

    @anjalishreya9890@anjalishreya9890 Жыл бұрын
    • Sure

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
    • @@AbhishekVeeramalla please make one video on 3 tier application front end , backend and db using secrets and cofigmap

      @karunakargyara7799@karunakargyara7799 Жыл бұрын
  • Bro thank you so much for these sessions .....and a small request from my side is if possible pls provide any sample resume for devops 4+yrs

    @saikrishna-cs7ox@saikrishna-cs7ox Жыл бұрын
    • Check Hireit DevOps Resume Database bro

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
    • @@AbhishekVeeramalla ohh ok bro, thank you so much for the reply

      @saikrishna-cs7ox@saikrishna-cs7ox Жыл бұрын
  • hi Abhishek, 1.)can service send traffic to pod 2 also the traffic of user project 1 people. incase if needed. 2.) can a service be like all three types like loadbal,clusterip,node port in one single cluster.

    @VinayKumar-cm2nn@VinayKumar-cm2nn2 ай бұрын
  • Hi sir , amazing work . Small query . I am into non it last 3 years .. want to move to devops and cloud . Now cleared aws cloud practitioner. And doing yours zero to hero . Is this sufficient to fetch a job in devops ..

    @kaviarasu1234@kaviarasu12347 ай бұрын
  • What i can understand with this video is that the service in Kubernetes is basically used to communicate with the application that we have Deployed Right.

    @RajuSingh001732@RajuSingh001732 Жыл бұрын
    • This is one point but there are other advantages that I explained in the video

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Bro are you covering advanced topics like k8s networking, istio , rbac , cluster role, bindings etc.. Also setting up TLS setup

    @nithinjohn135@nithinjohn135 Жыл бұрын
    • All that will be explained in a very simple way bro

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
    • @@AbhishekVeeramalla thanks ☺️👍

      @nithinjohn135@nithinjohn135 Жыл бұрын
  • Please clarify my doubt , How load balancer identifies the load on the pod as the labelling for all the pods of replica set are same. How it will distribute load to different pods.

    @kvpulavarthi-zu9hg@kvpulavarthi-zu9hg10 ай бұрын
  • Hi Abhishek can you explain with actual real time example of day to day activities ..you explained well but not with actual scenarios in detail.

    @vikashprasad1893@vikashprasad1893 Жыл бұрын
    • Noted sure

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • In case someone asks, can you please send me Abhishek sir's notes on Services Discovery and Load Balancing, it'll include subtitles for every second spoken in this video along with diagrams 😂 That's a great video, sir ❤

    @chiragkataria3133@chiragkataria313310 ай бұрын
    • 😂can I have that notes

      @nishanisha1266@nishanisha12666 ай бұрын
  • then what is the concept of ip changing

    @sumitraii4566@sumitraii45667 ай бұрын
  • also, pls do video on helm charts

    @prabhanthkumar8154@prabhanthkumar8154 Жыл бұрын
    • Sure

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Hi abhishek can you please make a video on continuos integration delpoyent and delivery?

    @kannyabaswaraj@kannyabaswaraj11 ай бұрын
    • Its already available on the channel. Please chdck ultimate cicd pipeline

      @AbhishekVeeramalla@AbhishekVeeramalla11 ай бұрын
  • Hey Abhishek how services work for on-premise if it is a load balancer type? How will a public IP address will be generated as it does not have CCM

    @StockGarjanaHindi@StockGarjanaHindi16 күн бұрын
  • service has static ip address, so that application will be accessed at same ip,

    @sumitraii4566@sumitraii45667 ай бұрын
  • This mean. If 10 deployments then 10 services. And also 10 load balancers use?

    @abdullahshaukat9232@abdullahshaukat92322 ай бұрын
  • sir, a session on resume and how to include projects on resume please

    @vinyass3733@vinyass3733 Жыл бұрын
    • Ok noted . For sure

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • 18:42 sir i understood the label and selectors but the question here is there are 2 team working on 2 pods both the team is having individual 1 pod if team A pod fails and with the help of deployment it again come up with the same label as it was before but how the service will decide that person from team A will be rendered to 1 pod which was using by his team A, the service might render him to pod 2 ?

    @Furyard@Furyard7 ай бұрын
    • To ensure that the traffic is routed to the correct pod, you need to set up a label selector in your service configuration that matches the labels of the pods you want to target.

      @DAILY_JOB_UPDATES200@DAILY_JOB_UPDATES2007 ай бұрын
  • Sir any detailed videos on AWS in the coming days?

    @Claymore_2904@Claymore_2904 Жыл бұрын
    • Yes .. Very very soon .. After Kubernetes

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • sir, why did not you explain like real time for example in real time we can not access cluster like this, you should have explained kube config file

    @freshersjobsite5703@freshersjobsite5703 Жыл бұрын
    • Thanks for the feedback.. Will try sometime

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • what if there are multiple workers? what will be the public address exposed? can more nodes be independent from each other and provide different services so more than one public ip must be available?

    @federico9505@federico9505 Жыл бұрын
    • Irrespective of the number of nodes .. service will be only one. So load balancer IP will be only one. That can be found by kubectl get svc

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Bro please also make videos on python for beginners and for DevOps from scratch. And why don't you conduct online courses on platforms like udemy?

    @TeluguePatashala@TeluguePatashala Жыл бұрын
    • sure, I will do brother. regarding online course. I dont have any plans for now.

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • bhaiya can clear the difference between the first thing you have told about svc is load balancing and then you told that svc 3rd type is load balance, so my question that is there difference between both or they are same ?

    @gauravsinghjethuri5405@gauravsinghjethuri540511 ай бұрын
    • Both are same

      @AbhishekVeeramalla@AbhishekVeeramalla11 ай бұрын
    • @@AbhishekVeeramalla okay thank you bhaiya.

      @gauravsinghjethuri5405@gauravsinghjethuri540511 ай бұрын
  • hi abhishek how many types of ingress controller is there in kubernetes??

    @Rameshpowervlogs@Rameshpowervlogs Жыл бұрын
    • @@minakshik9865 please tell me what are types

      @Rameshpowervlogs@Rameshpowervlogs Жыл бұрын
    • Will talk about ingress and Ingress controllers in future classes

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
    • @@AbhishekVeeramalla i have interview tomorrow thats way I am asking...thanks abhisek

      @Rameshpowervlogs@Rameshpowervlogs Жыл бұрын
  • HI Abhishek, while Expose Service LoadBalancer it's showing pending status and I don't see aws console any LoadBalancer. Eg:ku expose deployment app1 --port 80 --type LoadBalancer and i tried deployment through yaml file also it's showing External IP Pending showing. and i was checked in AWS Console also not able showing any LoadBalancer through iam using KOPS 1.i have gave full permission and ELB policy also. can you help me out where i was stuck.

    @danilkumar5566@danilkumar55665 ай бұрын
    • Sometimes it might take a couple of minutes but if you watched it after couple of mins and still dont see it Check if the cloud controller manager is running and check the logs

      @AbhishekVeeramalla@AbhishekVeeramalla5 ай бұрын
  • Kindly explain the what is the name space in kubernetes

    @harikrishnaobbu5731@harikrishnaobbu5731 Жыл бұрын
    • sure. I will explain

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
    • @@AbhishekVeeramalla tqsm for your response

      @harikrishnaobbu5731@harikrishnaobbu5731 Жыл бұрын
  • Hi Abhi, I have a requirement to delete the logs files in the mongodb pods which are created by statefull set in openshift cluster . so i created the cronjob but was unable to execute with mondodb pods. so how to connect the particular cron job with those pods. so that we can full fill the requirement.

    @nayaktek6248@nayaktek6248 Жыл бұрын
    • Can you please guide me on this ?

      @nayaktek6248@nayaktek6248 Жыл бұрын
    • it is not easy to answer without looking into the cluster

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
    • Can you please mentioned the approach

      @nayaktek6248@nayaktek6248 Жыл бұрын
  • Hi Abhishek When I tried the kubernetes service I am getting error like "Failed to connect to IP port 30007: could not connect to server" I have referenced your video fully to do the same, but still facing issue. Please help me to understand what I am doing wrong here

    @kohiyadav1703@kohiyadav17035 ай бұрын
    • When do port forwarding it works, can you explain bit about it

      @kohiyadav1703@kohiyadav17035 ай бұрын
  • Anna, Tell me about Head loss service?

    @harikrishna-yz3in@harikrishna-yz3in Жыл бұрын
    • Noted

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Hi bro please make a video on python scripting for devops

    @shoaibriyankhan@shoaibriyankhan Жыл бұрын
    • Noted

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
    • Please do abhisek

      @Rameshpowervlogs@Rameshpowervlogs Жыл бұрын
  • 18:07 what is the use of selectors

    @charantangisetti6824@charantangisetti6824 Жыл бұрын
    • Selectors identify the pods using the labels

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
    • @@AbhishekVeeramalla tq

      @charantangisetti6824@charantangisetti6824 Жыл бұрын
  • 20th Feb, 2024

    @sumansamanta330@sumansamanta3302 ай бұрын
  • The only thing I didn't like about this lecture is the ads 😭.

    @Nick-re3hb@Nick-re3hb3 ай бұрын
  • Amazing video! I've watched other Kubernetes tutorials in the past, but none of them were as engaging or informative as this one. your passion for the helping students, sharing the knowledge was evident, and I learned a lot from your videos. I'll definitely be sharing this with my colleagues and friends. Thank a lot @abhishek

    @happylearningtricks@happylearningtricks Жыл бұрын
    • Thanks alot .. I am glad you found the video useful.

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Nice

    @faisaliqbal7382@faisaliqbal7382 Жыл бұрын
    • Welcome

      @AbhishekVeeramalla@AbhishekVeeramalla Жыл бұрын
  • Thanks

    @123454661@12345466110 ай бұрын
    • Thanks for the support Rakesh

      @AbhishekVeeramalla@AbhishekVeeramalla10 ай бұрын
KZhead