Тёмный

Day-34 | KUBERNETES DEPLOYMENT | REPLICASETS |  

Abhishek.Veeramalla
Подписаться 354 тыс.
Просмотров 70 тыс.
50% 1

Support my work
www.buymeacoff... FREE DEVOPS COURSE
• DEVOPS ZERO TO HERO CO...
KUBERNETES IS EASY
===================
Don't feel so ??? Watch the next 10 videos on the channel and you will second me .
DAY-33: KUBERNETES PODS
---------------------------------------------------------
What will you learn ?
1. Deployment vs ReplicaSet vs Pod
2. Auto Healing
3. Demo
Minikube Installation complete video
=============================
• Install Kubernetes on ...
Telegram channel
===============
telegram.me/ab...
About me:
-----------------
LinkedIn: / abhishek-veeramalla-77...
GitHub: github.com/iam...
Medium: / abhishekveeramalla-av
RU-vid: / @abhishekveeramalla .
.
Disclaimer: Unauthorized copying, reproduction, or distribution of this video content, in whole or in part, is strictly prohibited. Any attempt to upload, share, or use this content for commercial or non-commercial purposes without explicit permission from the owner will be subject to legal action. All rights reserved.

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

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 196   
@raghavacharyvazrala
@raghavacharyvazrala 4 месяца назад
Sir Iam happy to say that your way of teaching is amazing and better than off line teaching where i learned in vijayawada.Iam 61 years retired Govt.Senior Engineer and learning Devops and AWS cloud to start second innings not for money .Only to engage my self busy with some employment. Thanks once again for your efforts and support to lakhs of SWEs who are in Villages and not able to shift to city for coaching.
@venugopal1831
@venugopal1831 4 месяца назад
🫡 learning on your age supebb
@normalman7076
@normalman7076 11 месяцев назад
Don't have words. There are lots of peoples out there won't teach anything to anyone. Meanwhile like you sir absolutely gods gifted kid who is helping lakhs of peoples and soon in Crs. Got 2 offers finally. From Cloud engineer to DevOps Finally. Thanks again sir
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Amazing .. Hearty congratulations 🎉
@normalman7076
@normalman7076 11 месяцев назад
@@AbhishekVeeramalla thanks bro
@Cloudnp9458
@Cloudnp9458 8 месяцев назад
Pod has running specification and can have multiple container. Side car container for service mesh. Service mesh is established by sidecar proxy. Deployment is capable of providing capabilities like autohealing and autoscaling. Deployment will create an intermediate resource called replicaset and then replicaset will create/rollout pod replicas.. So end of the day we are creating pods. Since replicaset is Kubernetes controller , it will implement autohealing and ensure that there are always two replicas of pods running. A Controller ensure desired state matches the current state in Kubernetes.
@biekrogodbless8563
@biekrogodbless8563 Месяц назад
i do not dare skip any ads on your videos. I am doing my masters degree and i use your courses to build my skills and excel in class. To be honest, your courses are the real things giving me the skills i need to work in the real world. trust me, after graduation and launching my job, i will definitely dedicate a percentage to supporting this channel so that we can have more contents like this to support our career. You are selfless and i cannot thank you enough. I live in the USA and me and my friends always run to your videos for assignments
@AbhishekVeeramalla
@AbhishekVeeramalla Месяц назад
❤️❤️❤️
@bepositive108
@bepositive108 Год назад
Your teaching skills has no match .. Thank U for providing it for free. Grateful. 🎉 What you are providing is saving time and brain damage in understanding other videos related k8s. Thank you for all those efforts.
@muralikrishna-by7by
@muralikrishna-by7by 3 месяца назад
please explain ssh -isfgg
@farikdk
@farikdk 11 месяцев назад
I found your channel two days ago and WOW, it is amazing. very well and precise described, thanks a lot for making these series to help others learn complex topics in a simple way
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
😎😎
@surya-xt6uo
@surya-xt6uo 4 месяца назад
The way you explained this concept is even understandable to child. Great job bro🔥
@AbhishekVeeramalla
@AbhishekVeeramalla 4 месяца назад
🥳
@ParthasarathiSukla
@ParthasarathiSukla 7 месяцев назад
I have no words to express my gratitude . Truly a legend.
@AbhishekVeeramalla
@AbhishekVeeramalla 6 месяцев назад
Most welcome !!
@adetunjiaramide6586
@adetunjiaramide6586 7 месяцев назад
Wow, i have learned about kubernetes from 4 different sources, i was still confused, but watching your kubernetes explanation is on point, i now fully understand the basics extremely well, and reason why we need kubernetes.
@AbhishekVeeramalla
@AbhishekVeeramalla 7 месяцев назад
Means alot 😎
@MrAd540
@MrAd540 3 месяца назад
You are god in DevOps ❤❤❤❤...Love the way to teach explain...God bless you Abhishek 🙏 ❤️ ♥️ 💖 ✨️
@RajuSingh001732
@RajuSingh001732 Год назад
End of a good day with a very nice and informative video after watching your videos I can say Kubernetes is really easy to learn.😊
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Glad to hear that
@thepresistence5935
@thepresistence5935 Год назад
This is for people who don't understand "Replica Set": -> In k8s, there is a concept called controllers (we saw this in architecture video). The main work of controller is to watching the POD is running in desired state or not. -> If not it sends the message to scheduler to create a new resource to achieve the desired state. -> One of the controller is called "Deployment". -> "Deployment" first creates "replica set(actual controller)" managed by "deployment" and replica set creates and manages the POD. -> Still confusing see the bellow picture: +-----------------------------+ | Deployment | | (desired state: 3) | +-----------------------------+ | | creates or updates | +----------------------------+ | ReplicaSet | | (desired state: 3) | +----------------------------+ | | creates or updates | +----------------------+ | Pod | (POD -> execution environment for the containers) +----------------------+ | | runs the containers | +----------------------+ | Container | +----------------------+
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Great
@itsmanztube.5809
@itsmanztube.5809 Год назад
thanks bro, as expected u always come with something unique content with casual content than many youtube videos , eventually i learnt something new ,i always stay tuned to your channel ,
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks a ton
@AswinAswin-i7t
@AswinAswin-i7t Месяц назад
such a great video,now im ready to answer any question from kubernetes
@fromhousesheoran
@fromhousesheoran 9 месяцев назад
I was so lost into the video, it is your amazing teaching sir.
@AbhishekVeeramalla
@AbhishekVeeramalla 9 месяцев назад
Glad to hear that
@rutheirene7548
@rutheirene7548 Год назад
Thanks so much Abhishek, this is so amazing. You really simplified Kubernetes. Great Job!
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
thanks alot
@swapnilsingh7170
@swapnilsingh7170 6 месяцев назад
thanks I didn't knew kubernetes flow in this way like deployment-> replica set-> pods
@sweetyreels9307
@sweetyreels9307 Год назад
god for devops , learning in easyway is possible with your videos only far i seen.
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
You are welcome
@vinaybv9710
@vinaybv9710 Год назад
Abhishek you are just crazy Love your DevOps videos ❤❤
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
🚀🚀
@jayanandini5418
@jayanandini5418 9 месяцев назад
Wowwww...... K8s is beautiful.. Thank you so much abhishek bro for teaching us ❤
@AbhishekVeeramalla
@AbhishekVeeramalla 9 месяцев назад
My pleasure 😊
@navpute_akshay
@navpute_akshay 10 месяцев назад
Thanks abhi very simple way, we can understand the concept # bappa bless you bhai
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
😤😤
@DhandapaniMCA001
@DhandapaniMCA001 20 дней назад
Thank you, Abhishek for the Detailed explanation of Deployment i had an Intellipaat Advanced Cloud course but there also i am not satisfied but with your explanation i was really Understanding the things
@pavantej9666
@pavantej9666 6 дней назад
Great work bro❤…Explanation is superb
@jabirHussain-nu3pk
@jabirHussain-nu3pk 5 месяцев назад
Its Really amazing man, your explanations are clearly understandable and will make concept in depth
@suseeladevi9393
@suseeladevi9393 2 месяца назад
Superb explanation of kubernetes.
@mohanmurali7975
@mohanmurali7975 3 месяца назад
wonderful teaching bro successfully understand difference pods, deployment, container and responsbilites of replica set👍
@RanaGaming02
@RanaGaming02 6 месяцев назад
Thank You Abhishek , I learned something new Today
@AbhishekVeeramalla
@AbhishekVeeramalla 5 месяцев назад
Glad to hear that
@lingrajbiradar4416
@lingrajbiradar4416 Год назад
Always start your videos with like.. crystal clear explanation ❤️ can you please show us how to do auto scalling here
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks 🙏
@sreelekhadantu5774
@sreelekhadantu5774 3 месяца назад
Thanks, Abhishek. Very informative. 😊
@bhushans3876
@bhushans3876 2 месяца назад
Hi Abhishek, Please make a video of difference between pod, container and cluster and nodes in kubernetes with examples.
@AbhishekVeeramalla
@AbhishekVeeramalla 2 месяца назад
Hey, please watch videos in order, that is covered as part of the vidoes
@keerthanaacharya1891
@keerthanaacharya1891 8 месяцев назад
Thanks a lot, Abhishek Sir wonderful explanation 🤩🤗
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
My pleasure
@happylearningtricks
@happylearningtricks Год назад
extraordinary explanation - thank you @Abhishek
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks alot
@swatikadam8572
@swatikadam8572 7 месяцев назад
Amazing explanation to all the concepts👏👏.. Thank you so much 🙂
@sukhpreetsingh1848
@sukhpreetsingh1848 Год назад
learnt alot from you sir... THANKYOU
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
So nice of you
@Rorschach_ind
@Rorschach_ind Год назад
Thank You Sir! This video was awesome 🔥
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Most welcome!
@yogithakakarla1716
@yogithakakarla1716 Год назад
Better way of explanation
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Awesome
@sridharche9655
@sridharche9655 Год назад
Great learning experience brother....
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks brother
@adityag8087
@adityag8087 6 месяцев назад
Hi anna. Thanks a lot for your videos. I am able to understand all the concepts with ease. I request you to make a video on HPA and VPA to help understand auto scaling better.
@shaikhsupdu-z9g
@shaikhsupdu-z9g Месяц назад
very helpful
@AbhishekVeeramalla
@AbhishekVeeramalla Месяц назад
Glad to hear that
@joymiah1038
@joymiah1038 Год назад
Agar hum application ke saath saatg database ko bhi deploy kare or replicaset banaye..let's 5 replica of one db.. O sare db hum actual mein product pe kaise manage karhe kubernetes ke THROUGH? O hum kaise kare.. Please Bhai Batado..Eh mein Sabse barha wala confusion hain!! One thing I tell You.I crack Junior DevOps Engineer interview Just watching your Videos and practising those Things. Buttom from My Heart You gave A Life. Now I can see Clearly All Things Of My future. You are really Inspiring...Keep Going.. Aishe savka vala karo allah aapka bala karega..doua hain hum sab logoka.. Love You Bhai From Bangladesh ❤️❤️❤️
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
DB ka ek completely dedicated video banaonga bhai .. Thanks for the love .. Can I please request you to share the channel in your groups.
@joymiah1038
@joymiah1038 Год назад
@@AbhishekVeeramalla I will be waiting.. Definitely Bhai I will share in My all groups❣️❣️Aapke ki liye sara sar hajir rohonga..
@parambharti7095
@parambharti7095 5 месяцев назад
Awesome explanation. Thanks a lot
@alwaysLearner9
@alwaysLearner9 2 месяца назад
You provided a great explanation of the concepts. However, I would like to know where to indicate auto-scaling based on incoming traffic, as you only covered auto-healing.
@shaffishaik3852
@shaffishaik3852 Год назад
Perfect explanation 🔥🔥🔥
@AmvionTenders
@AmvionTenders 3 месяца назад
thank you Abishek
@DeepakSingh-o6n6p
@DeepakSingh-o6n6p 3 месяца назад
Day 34 Successfully Done
@reneshmlal2809
@reneshmlal2809 5 месяцев назад
Thank You ❤
@AbhishekVeeramalla
@AbhishekVeeramalla 5 месяцев назад
Welcome
@testtt5983
@testtt5983 Год назад
Well explained 👌👍
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thank you 🙂
@SamiraS-q9t
@SamiraS-q9t 8 месяцев назад
Awesome!!!! Explanation
@nehamahajan3129
@nehamahajan3129 Год назад
Just Awesome 👍
@aneelmarri3926
@aneelmarri3926 Год назад
Nice and useful
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Glad you think so!
@harikrishna-yz3in
@harikrishna-yz3in Год назад
One small doubt, You cleared about auto healing but doesn't show how auto scalling happens, instead of that you increased pods by manually. Plz tell me anna
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks for the feedback There is also something called as horizontal pod scaler
@the_hustling_wanderer
@the_hustling_wanderer 16 дней назад
Thank you Anna 💌
@sangativamsikrishna1691
@sangativamsikrishna1691 Год назад
Hai Abhishek thank you so much for your content and help. Abhishek can you make a video on how to Perform code quality using SonarQube and how Integration testing is done in the Devops process. This is my personal request to learn those important topics Abhishek. Please as per your free time on this course try to cover this topics also Abhishek. Thank you
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Yes, soon
@sangativamsikrishna1691
@sangativamsikrishna1691 Год назад
Thank you so much Abhishek, will be waiting. Thanks
@lingrajbiradar4416
@lingrajbiradar4416 Год назад
Yes
@sarreviews6518
@sarreviews6518 Год назад
Crystal Clear :)
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks alot
@saurabhpadole6102
@saurabhpadole6102 Год назад
great explanation abhishek!!! how can we do the same for auto scaling, please enlighten us.
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Sure .. I will explain
@Bharath-Devops-engineer
@Bharath-Devops-engineer День назад
time stamp 25.54 you have give 2 replicaset in deployment file and we entre command kubectl get pods it showing 3/3
@techfeeds7589
@techfeeds7589 Год назад
Good job
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks
@phanik8358
@phanik8358 5 месяцев назад
Hi brother... Your videos are more n more helpful to everyone... I have a small doubt... In case, in an interview, if they ask us to write a pod or deployment creation yaml file, how can I write??? Because In the interview they don't allow Google or something.. like how can we remember all these syntaxes???
@nick-sx2zn
@nick-sx2zn 2 месяца назад
Anna horizontal pod scaling pi oka video cheyara
@joymiah1038
@joymiah1038 Год назад
Abhishek bhai Docker-compose are also capable to run multiple container.. Is pod or docker compose are equivalent?
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Hi Joy, they are two different things. Pod is terminology in Kubernetes and you most of the times .. like I told you pod run a single container or at times multiple dependent containers. Whereas docker compose is related to docker and you can run even independent multiple containers .. there is no condition for docker compose. Note: docker compose cannot be used with k8s
@joymiah1038
@joymiah1038 Год назад
@@AbhishekVeeramalla that's Right.🥰🥰❤️
@kusumareddy4967
@kusumareddy4967 5 месяцев назад
Hi bro When you’re going to start docker and k8s. Pls let me know. We need to learn from scratch soo
@saikiran-tt1ww
@saikiran-tt1ww Год назад
Hi abhishek, if someone deletes the pod, deployment will auto-heal it, but what if the case if someone deletes the deployment?
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
The problem is pod gets deleted due to many reasons not just someone deletes it .. so replicaset takes care of re creating it. But to your question .. You should adopt GitOps to recreation or autohealing
@tanmoysantra1112
@tanmoysantra1112 Год назад
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
❤️
@nitinarora39
@nitinarora39 Год назад
hi sir, can you please tell us what is meaning of -it in docker run command, as per my knowlege 'i; stands for interactive and 't' stands for terminal, please correct me if i am wrong.
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
U r 100 percent Correct
@amritpoudel6929
@amritpoudel6929 Год назад
Excellent
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
welcome
@mahaboobali2260
@mahaboobali2260 9 месяцев назад
abhishek can you make a cheatsheet interview questions on kubernetes?
@AbhishekVeeramalla
@AbhishekVeeramalla 9 месяцев назад
Noted
@Raghu_Devops_Aspirant
@Raghu_Devops_Aspirant 2 месяца назад
Hello Abhishek, I am new and learning. My question here is what if the malicious user tries to delete the replica set instead of pods ? Will the malicious user will be able to delete the replica set ?
@jatinsharma3792
@jatinsharma3792 11 месяцев назад
Yes but why we are using the label, selectors and template ??? If copy and paste then what is the point of explaining this thing?? Why there is a selector in the Object spec?
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Watch the next videos in the series. Labels and selectors is explained very clearly during services video
@bethasaikiran2288
@bethasaikiran2288 11 месяцев назад
Hello Abhishek Your videos are awesome very intresting. Here I've a doubt that what is the difference between healing and scaling ?
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Please watch from the first episodds of kubernetes. You will miss this kind of basics if not. I have explained this in the first episode of kubernetes itself.
@hemshah1567
@hemshah1567 8 месяцев назад
Hi Abhishek, I am following all the steps mentioned in your video but I am getting this error when executing this command - kubectl apply -f pod.yaml Error - The connection to the server localhost:8080 was refused - did you specify right host or port ? Can anyone please help me ?
@adarshjha__1
@adarshjha__1 Год назад
Day-34 done ✅️
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Keep going
@shaffishaik3852
@shaffishaik3852 Год назад
Abhi anna one small doubt Cant we delete pod permanently..??
@DAILY_JOB_UPDATES200
@DAILY_JOB_UPDATES200 Год назад
kubectl delete deployment before applying this command set replicas=0 then excutes this command automatically deletes the pods
@SunitaSonawane2007
@SunitaSonawane2007 Год назад
Great explanation. One question like if we change image file. And apply the kubectl deployment with new image. Will old pods be deleted or both will run at same time?
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Old are deleted
@SunitaSonawane2007
@SunitaSonawane2007 Год назад
@@AbhishekVeeramalla I tried it. I have to first run delete deployment command and then apply deployment with new image. Is it right way?
@ravindraravi7435
@ravindraravi7435 6 месяцев назад
Thank you ^^
@RajuSingh001732
@RajuSingh001732 Год назад
Replica set, Replication controller and Deployment are we can say it is POD controller.
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Replica set is like V2 of replication controller
@tableau842
@tableau842 Год назад
please do some real time deployments
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Sure
@prashantjkamath
@prashantjkamath Год назад
Hello Abhishek.. Thanks for the series and good explanation with deployment example. I was just wondering if replica set image can be deleted or killed. I tried in the lab but it said no such resources. If it can be killed then ts there a new replica-set created or we need to re-run the deployment.yml?? Have you encountered such situation?
@avinashpandey4986
@avinashpandey4986 Год назад
Abhishek sir just one question, as you are saying difference is that you write command in CLI in docker and in pod we write the commands in yaml file so the same is for docker in a docker-compose file ?
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Docker compose is used to create multiple containers .. it's different from pod
@MohanRao-f3t
@MohanRao-f3t 9 месяцев назад
Hi Abhishek, if deployment itself gets deleted, including pods everything will be deleted. Is there any replica set kind of mechanism for the deployment?
@diehardfans6277
@diehardfans6277 Год назад
Hi Abhishek. Can you please tell the reasons why pods will get deleted other than network issue.
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Ok, will try to do a video
@aravinddisilva3402
@aravinddisilva3402 4 дня назад
Hi Abhishaik I am looking Kubernetes class notes can you plz share
@SuperNaveen22
@SuperNaveen22 11 месяцев назад
Abhishek your awesome, I have a small query, I have developed magento app using Ubuntu has base image, in order to copy the files I have written a script in entry point, so every time new pod spins up it starts the same steps, is there any way where application files will be automatically copied, like official MySQL images which copies everything to pvc automatically
@jaykumaranbu7173
@jaykumaranbu7173 Год назад
Nice one
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks
@sajid4087
@sajid4087 Год назад
Are you covering helm also in this devops 45 days training
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Yes .. mostly
@shashankjuloori3352
@shashankjuloori3352 Год назад
Can we create a replicaset directly instead of deployment? If Yes, then why we create a deployment instead of RS?
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
it depends on your usage. If you don't want a controller to watch for your pod changes and rectify them you can ignore deployment.
@chinnu9999N
@chinnu9999N Месяц назад
rolling updates and rollbacks features are necessary duirng upgrades which replica sets directly dont have but deployment have it.
@koyyavenkatesh
@koyyavenkatesh 8 месяцев назад
How to add new node to an existing k8s cluster?
@MrSambhram
@MrSambhram 11 месяцев назад
Hi..Is there a way to build the image in Kubernetes and use it in the creation of POD, instead of pulling the image from the registry? also, how do we specify our own image registry inside the pod.yaml or deployment.yaml file?
@muhammadhassan48
@muhammadhassan48 Год назад
i got this error : Error from server (BadRequest): error when creating "pod1.yml": Pod in version "v1" cannot be handled as a Pod: strict decoding error: unknown field "metadata.spec"
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Please share your pod.yml
@saikumarthatikonda2007
@saikumarthatikonda2007 Год назад
Hey Abhishek, what is difference between apps/v1 and apps in apiVersion(for pod and deployment) in yaml file?
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
They are just API conventions.. every resource can create their unique APIGroup and API Version.
@stalinraja3040
@stalinraja3040 Месяц назад
Hey Abhishek, i have some doubt - like docker we can SSH to a POD right!! If then i have created a deployement with an YAML and login to that POD thru SSH and install some dependencies. If i delete that POD accidently, RS will create a new POD, will that dependencies i have installed manually on that old POD available to the new POD or not!!
@the_hustling_wanderer
@the_hustling_wanderer 16 дней назад
whatever you do inside that pod will be lost, because the RS will refer the deployment manifest file to create new pod
@prakashbohara9909
@prakashbohara9909 Год назад
in pod communication how ip address define it's by default or we can set that in real world?
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Pls watch the next video on kubernetes services in the playlist
@prakashbohara9909
@prakashbohara9909 Год назад
@@AbhishekVeeramalla ok sure !!
@prakritimandal1722
@prakritimandal1722 Год назад
hello brother, can you create a post in linkedin how much computer networking required for devops
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Sure
@prakritimandal1722
@prakritimandal1722 Год назад
Or u can make a roadmap video on networking about protocols, ports and configuration.
@cherithaakula8036
@cherithaakula8036 9 месяцев назад
anna niku shethakoti vandanalu anna intha chakaga maku class explain chesinandhuku
@AbhishekVeeramalla
@AbhishekVeeramalla 9 месяцев назад
Thanks andi
@Phoenix-2019
@Phoenix-2019 2 месяца назад
Hi Abhishek, I am in Canada and Enjoying your course. I am stuck at this error when deploying using deployment.yml in minikube with error: Status ImagePullBackOff and no IP addres assignment. Researched a lot and tried many things but I am not moving. Please help.
@chinnu9999N
@chinnu9999N Месяц назад
may be container run time(docker run time) of data plane in Kubernetes is unable to fetch the docker image. try using a different image. Change image in spec: of deployment.yml.
@AbiramiBalu-nc7re
@AbiramiBalu-nc7re 5 месяцев назад
error parsing deployment.yaml: error converting YAML to JSON: yaml: line 5: mapping values are not allowed in this context this error im getting. pls help resolving it.
@100xneel
@100xneel 11 месяцев назад
hey abhishek i am having an error i did minikube start it created node with no role. what to do ?
@rambabudonthiboyina8476
@rambabudonthiboyina8476 Год назад
Hi Abhishek..one doubt.. today i have attended one online workshop for Docker-compose. Is this same in Kubernetes deployment.yaml. are both are different..?
@gpadlearnmaths
@gpadlearnmaths 5 месяцев назад
The similarity there is that you can pass in all the arguments in the yaml file rather than on the command line. Docker -compose helps in building re-usable scripts for running containers.
@CloudEnthusiastic
@CloudEnthusiastic 5 месяцев назад
What is namespace ?
@harikrishnaobbu5731
@harikrishnaobbu5731 Год назад
Bro kindly explain the name space
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Sure
Далее
How Many Twins Can You Spot?
00:17
Просмотров 23 млн
PERFECT PITCH FILTER.. (CR7 EDITION) 🙈😅
00:21
Просмотров 4,5 млн
‘Our enemy is one’: Ayatollah Khamenei
24:32
Просмотров 1 млн
Kubernetes Deployment vs. StatefulSet vs. DaemonSet
6:43