Kubernetes Crash Course: Learn the Basics and Build a Microservice Application

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 207

  • @KodeKloud
    @KodeKloud  Рік тому +47

    💻Free Lab Access: kode.wiki/kubernetes-labs

  • @HellCRICKET
    @HellCRICKET Рік тому +17

    Completed 50% course planning to give exam in May/June. Best course available in the market
    Definitely willing to complete the course 💯 just need motivation to go on
    Update: Given exam on June month & cleared CKA

    • @KodeKloud
      @KodeKloud  Рік тому +1

      All the best! for the exam!
      We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!

    • @give-me-guts-to-accept-truth
      @give-me-guts-to-accept-truth Рік тому

      Are you talking about this video or any course? Please reply

  • @bullheadrider
    @bullheadrider Місяць тому +1

    I have been seeing a lot of tutorials till i got to this one. This is the best easiest tutorial on this world about Kubernetes .

  • @mohanadnasar1515
    @mohanadnasar1515 6 місяців тому +5

    1 hour in , and i am loving it. I used to start a course and not continue it due to not understanding anything.
    Defnitely best course out there. Appreciate the good work

    • @KodeKloud
      @KodeKloud  6 місяців тому

      Thank you so much for your kind words! 😊 It's fantastic to hear that you're enjoying the video and finding it helpful. We're thrilled to have you with us on this learning journey! If you have any questions or need further clarification on anything, feel free to reach out. Keep up the great work! 💪🚀

  • @behrozkarim8588
    @behrozkarim8588 Рік тому +20

    A perfect combination of lectures and hands-on labs.

    • @KodeKloud
      @KodeKloud  Рік тому

      Thank you so much : ) We are glad to be a part of your learning journey

  • @ArunaNishantha
    @ArunaNishantha 14 днів тому +1

    Absolutely loved this course! The simplicity and clear flow made it so easy to follow along. The content is top-notch, and the lab sessions were super helpful. Best step-by-step guide I’ve found so far. Thanks for making such great content!

  • @user-il8jq7jl2g
    @user-il8jq7jl2g 7 місяців тому

    I took your docker course from udemy. It is truly amazing how well designed your course is. concise, efficient, on point!

    • @KodeKloud
      @KodeKloud  6 місяців тому

      Wow, thank you for the fantastic feedback! 🚀 We're delighted that you found our Docker course on Udemy to be well designed and efficient. It's great to hear that it hit the mark for you. Let us know if there's anything else we can do to support your learning journey!

  • @boopumer
    @boopumer Рік тому +5

    Thank you really much for this video. I started to use Kubernetes at my new workplace for the first time and your course opened my eyes and gave me a solid base understanding of kubernetes.
    The example in the end with the application helped alot!!
    Really appreciate it!

    • @KodeKloud
      @KodeKloud  Рік тому

      We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!

    • @nehamane2112
      @nehamane2112 Рік тому

      Ll

  • @truhandelosvalles8219
    @truhandelosvalles8219 Рік тому +6

    What an amazing course!! I appreciate the effort and the free labs, I feel so much more confident on why and when to use K8s now! Thanks again!

    • @KodeKloud
      @KodeKloud  Рік тому

      We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!

  • @chetan.budathoki
    @chetan.budathoki 5 місяців тому

    Glad to see you responding to all the comments. That's sweet.

  • @mrleft8274
    @mrleft8274 Рік тому +35

    This is a fine template for how tutorials should be done. Keep up the amazing work!

    • @KodeKloud
      @KodeKloud  Рік тому +2

      Thanks a ton! Your support makes all the difference 💙

  • @lookback6314
    @lookback6314 Рік тому +2

    There is huge labor in this course. Thanks a lot!

  • @attitudebhakiro8302
    @attitudebhakiro8302 6 місяців тому

    Thanks, I got to understand kubernetes better. Hands on Labs helped me to practice effectively

  • @a.nk.r7209
    @a.nk.r7209 Рік тому +12

    **CAUTION**
    worker-app-pod will give you error because of authentication.
    the latest postgres docker image have changed the auth mechanism internally hence the error. You should use "postgres:9.4" version of the db to run it perfectly.

    • @nasrudinansari6278
      @nasrudinansari6278 Рік тому

      Hii

    • @KodeKloud
      @KodeKloud  Рік тому +1

      Thanks for watching our video and sharing info. Cheers!

    • @Chakree45
      @Chakree45 Рік тому

      Thanks for the update ❤

    • @wiz__obi
      @wiz__obi Рік тому

      my worker-app-pod went into crashloopbackoff and the logs shows the following error:
      ➜ k logs worker-app-deploy-584644d74d-52dwq
      System.NotSupportedException: Authentication method not supported (Received: 10)
      at Npgsql.NpgsqlConnector.ParseServerMessage(ReadBuffer buf, BackendMessageCode code, Int32 len, DataRowLoadingMode dataRowLoadingMode, Boolean isPrependedMessage)
      at Npgsql.NpgsqlConnector.DoReadMessage(DataRowLoadingMode dataRowLoadingMode, Boolean isPrependedMessage)
      at Npgsql.NpgsqlConnector.ReadMessageWithPrepended(DataRowLoadingMode dataRowLoadingMode)
      at Npgsql.NpgsqlConnector.HandleAuthentication(String username, NpgsqlTimeout timeout)
      at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout)
      at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout)
      at Npgsql.NpgsqlConnection.OpenInternal()
      at Worker.Program.OpenDbConnection(String connectionString) in /code/src/Worker/Program.cs:line 78
      at Worker.Program.Main(String[] args) in /code/src/Worker/Program.cs:line 19
      Your input helped solve it, by changing the postgres image version to postgres:9.4, i appreciate

    • @azarfeyziyev1575
      @azarfeyziyev1575 Рік тому

      Thanks for your comment. I used this image.
      image: postgres:9.4.26-alpine

  • @linux2650
    @linux2650 Рік тому +4

    Just started this one, really amazing course and labs! Thanks a lot

  • @asddj7118
    @asddj7118 9 місяців тому +2

    Wow amazing concept of direct Labs no need to set up dedicated environment to practice kubernetes.
    I want to do CKD/CKA please bring course on CKA CKD.

    • @KodeKloud
      @KodeKloud  8 місяців тому

      Hi, we have the courses of courses on CKA in our website: kode.wiki/CKA_LearningPath_YT

  • @jasnilmk2844
    @jasnilmk2844 10 місяців тому

    Perfect, going thourgh various tutorials, but this one got all topics and confusion clarified. thanks.

    • @KodeKloud
      @KodeKloud  8 місяців тому

      Glad it was helpful!

  • @tariqueansari3043
    @tariqueansari3043 Рік тому +1

    Amazing. Hats off to you guys for keeping it free.

    • @KodeKloud
      @KodeKloud  Рік тому

      Hi, we appreciate the kind comment! enjoy!

  • @danchisholm1
    @danchisholm1 4 місяці тому

    so so helpful. thank you.
    i am taking the course as i watch this

  • @shashankjoshi8250
    @shashankjoshi8250 7 місяців тому

    No words !! Just Amazing !! It was awesome !! I have doubt it would be better how we can have a persistent volume in the kubernetes cluster ?

  • @machismotv
    @machismotv 3 місяці тому

    this is great for a visual learner!

  • @saoudahmedkhan2549
    @saoudahmedkhan2549 Рік тому +1

    Thanks a lot, you are doing great for the community

  • @rekhakalasare4910
    @rekhakalasare4910 Рік тому +1

    Your such a genius sir.

  • @st751e
    @st751e Рік тому +4

    Really nice lecture and accompanying lab. The "Deploying voting app on Kubernetes" lab was a real nice lab for a beginner.

    • @KodeKloud
      @KodeKloud  Рік тому

      Hey, thank you for appreciating our work. We are glad to have helped. Do check out our other tutorial videos and subscribe to us to stay connected. Cheers :)

  • @gautamerande
    @gautamerande Рік тому +1

    Hello Mumshad! Thank you for uploading this course to youtube!
    Why doesn't the worker pod need a service? How do the redis and postgres pods communicate with the worker pod?

    • @KodeKloud
      @KodeKloud  Рік тому

      Because the worker doesn't need to be connected by other services such as the app pod. The worker pod connects to Redis and Postgres pod by service in Kubernetes.

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars 6 місяців тому +1

    simple and to the point, thank you bhrata :)

  • @nabutovsky
    @nabutovsky Рік тому +3

    Amazing work! Thank you ❤️

  • @kranthichamp3002
    @kranthichamp3002 Рік тому +2

    best for devops learners ..quality content 👏👏

  • @songstowalkalone
    @songstowalkalone Рік тому

    small note for newcomers: kubectl rolling-update is deprecated in favor of kubectl rollout

    • @KodeKloud
      @KodeKloud  Рік тому +1

      Thanks for watching our video and sharing your info. Do subscribe to our channel and stay tuned for more.

    • @songstowalkalone
      @songstowalkalone 9 місяців тому

      @@KodeKloud i am already a kodekloud engineer :)

  • @bhaveshshah512
    @bhaveshshah512 Рік тому

    Hi Mohammed Great Work to Present the Kubernates

    • @KodeKloud
      @KodeKloud  Рік тому

      Thank you so much : ) We are glad to be a part of your learning journey

  • @anandhukraju9382
    @anandhukraju9382 Рік тому +4

    Im really enjoying the k8s course on kodekloud. The explanations paired with the labs are perfect. I'd like to see a video on knative as well.

    • @KodeKloud
      @KodeKloud  Рік тому

      We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!

  • @lieandsmile5084
    @lieandsmile5084 Рік тому +1

    Thank you guys, looks cool :)

  • @Aries-kross
    @Aries-kross 23 дні тому

    So I tried to connect the application to my rds postgres but i am struggling with it, db is not connecting, any advice on how to go bout that

  • @abhishekkumarsrivastava7677
    @abhishekkumarsrivastava7677 2 місяці тому

    Could someone please share resources on how to clean up the node from the Kubernetes cluster so that it can be used as a fresh node again? Also how to clear up master such that to create a new cluster together

  • @anjaligujarathi287
    @anjaligujarathi287 6 місяців тому

    is there GIT hub where all the labs and pod and service creation available?

  • @assortedpost
    @assortedpost 20 днів тому

    This is excellent. Can you please add the ideal architecture?

    • @KodeKloud
      @KodeKloud  20 днів тому +1

      We'll look into incorporating some architecture examples in future videos.

  • @jwine1957
    @jwine1957 8 місяців тому

    Is the voting app in this example stateless or statefull? Great course, very valuable considering its free.

    • @KodeKloud
      @KodeKloud  6 місяців тому

      Hope you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!

  • @mahendranath2504
    @mahendranath2504 Рік тому +1

    Thank you so much 😂😍☺️😊😘👍✌️👌

  • @soulofhogwarts
    @soulofhogwarts Рік тому

    --link is deprecated and it no longer in usable. but docker everything seems to work fine just not individually running containers.

    • @KodeKloud
      @KodeKloud  Рік тому

      Thank you so much for bringing this to our attention. Could you please tell us which link is not working apparently?

    • @soulofhogwarts
      @soulofhogwarts 11 місяців тому

      @@KodeKloud not any link but '--link' flag.
      I get this error while trying out the commands with link flag that link flag is depracted.

  • @pugazhendhir1211
    @pugazhendhir1211 Рік тому +2

    Hi team I purchased CKA and CKAD in udemy.. few days I didn't access it.. suddenly my account is disabled. I don't get reset password email as well. Can you please help to activate my account.

    • @KodeKloud
      @KodeKloud  Рік тому

      Hey there, we are really sorry for this inconvenience. Our teams are currently checking on this. If you would like a follow-up regarding this issue, please forward your inquiries to our support team at support@kodekloud.com, and our support team will assist you.

  • @Rgroose
    @Rgroose Рік тому +1

    very very helpful, thanks

  • @pyalgoGPT
    @pyalgoGPT Рік тому +1

    Any discount voucher for yearly subscription?

  • @pabitrasikdar6784
    @pabitrasikdar6784 Рік тому

    Can we clear cka exam by preparing from this video if not i would request please create a cka crash course video sir.

    • @KodeKloud
      @KodeKloud  Рік тому +1

      Hi Pabitra, we cannot make promises here but this video will help you increase both your confidence and chances to clear the CKA exams. Also, we have Kubernetes Learning Path in our website: bit.ly/KubernetesLearningPath

  • @aqibpervaiz1904
    @aqibpervaiz1904 3 місяці тому

    Awesome
    Great effort sir

  • @cassiojp
    @cassiojp 8 місяців тому

    Amazing, thank you so much

    • @KodeKloud
      @KodeKloud  6 місяців тому

      You're very welcome!

  • @manishsirwal9881
    @manishsirwal9881 Рік тому

    I don't know what this course is about, I got just recommended and i clicked it. I didn't understand a thing but i'm curious now what this is about because the comments are really praising the video. If someone can let me know what Kubernetes is i'll be thankful to them

    • @KodeKloud
      @KodeKloud  Рік тому

      Hello, Kubernetes is an open-source container orchestration platform that helps automate the deployment, scaling, and management of containerized applications. You can think of Kubernetes as a system that allows you to manage a fleet of containers. It provides a set of powerful tools and features to make it easier to run and scale applications in a distributed environment.

  • @infotechsavvy4981
    @infotechsavvy4981 Рік тому +1

    Hi Sir, I finished my course on "DevOps - The Introduction Course" on udemy, but I can't download my Certification, its greyed out. Any issue on this?

    • @KodeKloud
      @KodeKloud  Рік тому

      Can you please report this to support@kodekloud.com, we will investigate it in detail. Thanks.

  • @manojkumar-jt3fw
    @manojkumar-jt3fw Рік тому

    There r 2 courses on kubernetes. Which one should I learn ? Is it absolutely necessary to go through beginners for kubernetes ? Or i can directly go for cka course?

    • @akflopshow5311
      @akflopshow5311 Рік тому

      Directly go to CKA course.

    • @manojkumar-jt3fw
      @manojkumar-jt3fw Рік тому

      @@akflopshow5311 I am taking about CKAD & CKA. Can i skip CKAD and go for CKA directly ?

    • @KodeKloud
      @KodeKloud  Рік тому

      It is based on your experience. If you have a basic knowledge of Kubernetes you can go directly CKA course. Otherwise, you better learn beginners for the Kubernetes course.

    • @manojkumar-jt3fw
      @manojkumar-jt3fw Рік тому

      ​@@KodeKloud I enrolled in kodeknloud yesterday. I found out that u introduced ckna course. Can u please mention in which order i should complete ur 5 courses on Kubernetes.
      ckad, cka, cks ,ckns , kubernetes for beginners.

  • @divyareddy7622
    @divyareddy7622 Рік тому +1

    thankkkk uu, the best tutorial on kube ------doubt : at 50:08 ..... from where do we get the name of the new image

    • @KodeKloud
      @KodeKloud  Рік тому +1

      You can get the image tag of nginx here hub.docker.com/_/nginx

  • @guellordnzaou6887
    @guellordnzaou6887 Рік тому +1

    Hi sir , i got stuck in Labs-replicaset section , where they ask to correct the apiVersion before creating a replicaset-defintion-1.yaml file, i edited the file but i am unable to save changes, so how to save the file after editing?....thanks. I am doing lab as i am a beginner. please help

    • @nazimarahmanskitchen6378
      @nazimarahmanskitchen6378 Рік тому

      wq!

    • @KodeKloud
      @KodeKloud  Рік тому

      Please learn basic knowledge about vim, you can refer to github.com/kodekloudhub/community-faq/blob/main/docs/vi-101.md

  • @Not-just-doing-I.T.
    @Not-just-doing-I.T. 8 місяців тому

    Getting a little frustrated ... there was no Enrol on this Course button, it was Sign In to Enroll. I used my google account, and I am now on a Dashboard ... this is not in your instructions. I cannot see how to reach this 'Crash Course' and I am therefore unable to reach downloads, seems to be trying to get me to purchase premium content. ...just reselected the link, and I am prompted to 'Change plan to enroll'...I am now more than frustrated, getting annoyed ...Oh, I am now being asked to pay monthly or yearly ... REALLY ANNOYED!

  • @paragjadhav4735
    @paragjadhav4735 Рік тому +1

    What are the Limitations Of Visual code Terminal In comparison to the Inbuilt Zsh ( mac) , Bash ( Ubuntu) or Respective OS Terminals

    • @deyjishnu
      @deyjishnu Рік тому

      No limitation as such

    • @KodeKloud
      @KodeKloud  Рік тому

      In VS Code terminal, you can chose any shell you want, such as Zsh, bash, sh,...

  • @biharlearning9294
    @biharlearning9294 Рік тому +2

    what is difference between continerd and docker

    • @jcvirtcloudconsultancy7552
      @jcvirtcloudconsultancy7552 Рік тому +5

      Docker is a technology that allows you to create, deploy, and run applications in containers. A container is a lightweight and portable executable package of software that includes everything needed to run an application, including the code, libraries, dependencies, and configurations.
      A container is an isolated environment that runs on top of the host operating system and has its own file system, network interface, and resource allocation. Docker is a tool that simplifies the process of creating and managing containers.
      In other words, Docker is a platform that allows you to create and manage containers, while a container is an isolated environment that can run an application.
      The short version : Docker is a technology for managing containers, and a container is an isolated environment for running an application.

    • @abdulmatin234
      @abdulmatin234 Рік тому +5

      @@jcvirtcloudconsultancy7552 I think the question is about "containerd" not container. So the answer would be that initially docker was the runtime and technology for running the containers, but as the time gone by CNCF introduced CRI(container runtime interface) for kubernetes which is the open standard for using pluggable runtimes in kubernetes and not getting stuck with just docker. So docker extracted the containerd runtime and donated it to CNCF which is a runtime used by kubernetes as well as docker today. It follows the OCI(open container initiative) standard for building the container images. So, all the runtimes which follows the OCI format can be used with kubernetes via CRI. another options are runC, kata-containers, gvisor, etc.

    • @jcvirtcloudconsultancy7552
      @jcvirtcloudconsultancy7552 Рік тому

      @@abdulmatin234 nice one - thought "Containerd" was a typo

    • @KodeKloud
      @KodeKloud  Рік тому

      Docker is a broad set of technologies that are used to work with containers. containerd is an example of a container runtime. A container runtime is that process that does the actual work of creating, running, and destroying containers. Docker uses containerd as its runtime

  • @cristiat
    @cristiat Рік тому +4

    Mumshad rocks!

  • @ganeshyv2043
    @ganeshyv2043 Рік тому

    Is this course in enough anout kubernates or its a part.?

    • @KodeKloud
      @KodeKloud  Рік тому

      No, this video is not enough for getting certified in Kubernetes. However, this will help you kickstart your career in Kubernetes and make your fundamentals strong.

  • @pikachu3686
    @pikachu3686 Рік тому +1

    best course for beginner how to deploy microservices

    • @KodeKloud
      @KodeKloud  Рік тому

      Hi, we appreciate the kind comment! enjoy!

  • @himanshusharma832
    @himanshusharma832 Рік тому

    Unable to Start with last Lab of Voting App, Please help for the task of vote-service

    • @KodeKloud
      @KodeKloud  Рік тому +1

      We apologies for the issue, could you please email us the concern at support@kodekloud.com and we will investigate it.

  • @srihariiyengar3913
    @srihariiyengar3913 Рік тому

    Would like to enroll for this …

    • @KodeKloud
      @KodeKloud  Рік тому

      You can enroll to our Kubernetes course with this link: bit.ly/KubernetesLearningPath.
      Also, we have Free Week coming up next week with all Premium Courses And Labs are 100% Free For a Week: kode.wiki/FreeWeekApr_YT

  • @yogeshwaran1998
    @yogeshwaran1998 Рік тому

    Hi Sir, at 53:18 host='redis-db' will only work if we have set an env variable or if there is a configmap applied right ? Or will the application automatically refer to the service name 'redis-db' ?

    • @KodeKloud
      @KodeKloud  Рік тому

      The application will connect to redis-db(service Kubernetes) as long as the redis is in the same namespace. You also can replace redis-db with env variable and then overwrite it with env in the pods template or envFrom configmap.

  • @kashifashraf9234
    @kashifashraf9234 Рік тому

    can you fix the image as i am getting following error
    pp_worker:v1" in 36.232455052s (36.232469789s including waiting)
    Normal Created 32s (x4 over 72s) kubelet Created container worker-app
    Normal Started 32s (x4 over 72s) kubelet Started container worker-app
    Normal Pulled 32s (x3 over 71s) kubelet Container image "kodekloud/examplevotingapp_worker:v1" already present on machine
    Warning BackOff 8s (x7 over 70s) kubelet Back-off restarting failed container worker-app in pod worker-app-pod_default(9e82f752-3ea9-4896-bd14-e87f7cd22d2b)

    • @greathelmm
      @greathelmm Рік тому

      same here. worker doesn't work. lulz

    • @KodeKloud
      @KodeKloud  Рік тому

      Please refer to kodekloud.com/community/t/failed-to-pull-image-kodekloud-examplevotingapp-worker-v1/150437

  • @cloudlover9186
    @cloudlover9186 Рік тому +1

    Let me know fee structure

    • @KodeKloud
      @KodeKloud  Рік тому

      Please check out our pricing page: kode.wiki/PlansandPricing_YT

  • @lostfrequency89
    @lostfrequency89 Рік тому

    how did you get the ip for curl @1::00:09 ?

    • @KodeKloud
      @KodeKloud  Рік тому +1

      This IP was taken from the IP of the node. We can use any IP of nodes we want.

    • @lostfrequency89
      @lostfrequency89 Рік тому

      @@KodeKloud thanks 😊

  • @UDHAYAVANANR
    @UDHAYAVANANR 8 місяців тому

    How do I get the invite to the slack community?

    • @KodeKloud
      @KodeKloud  8 місяців тому

      Check out this link: kode.wiki/JoinOurSlackCommunity

  • @obinnaezedei856
    @obinnaezedei856 Рік тому

    Thanks. But the delivery is not really "crash" as in "crash course". This is no beginners course. You run into several challenges and won't know why. For instance, I couldn't do the curl or know where to get the IP

    • @KodeKloud
      @KodeKloud  Рік тому

      Hi, thank you for watching our video and for the honest feedback. We will definitely look into this. Do subscribe, like and share to stay connected with us. Cheers :)

    • @popcycleism
      @popcycleism 4 місяці тому

      Welcome to the world of researching further from what a free course, offering a high level view, can provide for FREE.
      A small glimpse of what awaits you in the real world 🤡

  • @tsiriniainarazafindrakoay3890

    Thank you, next ?

    • @KodeKloud
      @KodeKloud  Рік тому +2

      Thank you for the appreciation. You can check our videos related to DevOps and subscribe to our channel to stay updated with all the latest tools.

  • @orasul78
    @orasul78 Рік тому

    15:48 - -o=wide is missing.

  • @PythonAnaconda-u9q
    @PythonAnaconda-u9q 2 місяці тому

    Lab is not working

  • @kshitijbhatnagar8035
    @kshitijbhatnagar8035 4 місяці тому

    This is such a good tutorial. The labs part is simply amazing. I was really looking for this kind of tutorial, I am glad i found this. Recommending this to everyone.

  • @92ftruct
    @92ftruct Рік тому

    where is the free Kube cli?

    • @KodeKloud
      @KodeKloud  Рік тому

      Please check the pinned comment

  • @PriestleyLorraine-v8l
    @PriestleyLorraine-v8l 2 місяці тому

    Thomas Lisa Perez Kenneth Lopez Mary

  • @PrinceKumar-hh6yn
    @PrinceKumar-hh6yn Рік тому

    🌐

    • @KodeKloud
      @KodeKloud  Рік тому

      Thanks for watching our video. Cheers!

  • @electron8817
    @electron8817 Рік тому +1

    This guy is cute

    • @KodeKloud
      @KodeKloud  Рік тому

      Thanks for watching our video. Cheers!

  • @zameerahmed1775
    @zameerahmed1775 Місяць тому

    u want ppl to buy ur course ................. the free lab is hopeless

  • @Luther_Luffeigh
    @Luther_Luffeigh Рік тому +41

    This what I’m talking about…yeah let’s put more content on UA-cam and start making real money…you know…like MrBeast level of money 💵 💴 💰

  • @MrDevilwing
    @MrDevilwing 8 місяців тому

    NO Free lab access !

    • @KodeKloud
      @KodeKloud  6 місяців тому

      Free Labs are here: kodekloud.com/pages/public-playgrounds

  • @ramuyadavyadav1178
    @ramuyadavyadav1178 Рік тому

    Yu

    • @KodeKloud
      @KodeKloud  Рік тому

      Thanks for watching our video. Cheers!

  • @najmabegum5118
    @najmabegum5118 Рік тому

    Oooo

  • @edithpuclla6188
    @edithpuclla6188 Рік тому +1

    Lovely video!

  • @Nareshmanam458
    @Nareshmanam458 Рік тому +2

    controlplane ~ ➜ cat pod.yaml
    apiVersion: V1
    kind: Pod
    metadata:
    name: nginx
    labels:
    app: nginx
    image: frontend
    spec:
    containers:
    - name: ngnix
    image: ngnix
    controlplane ~ ➜ kubectl apply -f pod.yaml
    error: resource mapping not found for name: "nginx" namespace: "" from "pod.yaml": no matches for kind "Pod" in version "V1"
    ensure CRDs are installed first

    • @kelline1979
      @kelline1979 Рік тому +2

      apiVersion: v1

    • @guellordnzaou6887
      @guellordnzaou6887 Рік тому

      @@kelline1979 So how to solve that issue, i am also stuck that part....unable to create a replicaset-definition-1.yaml file.
      I edited the file, but i don't know how to saves changes after editing the file. i have try qa no success.

    • @kelline1979
      @kelline1979 Рік тому

      the apiversion should be small letter v@@guellordnzaou6887

  • @ChintalaVinod
    @ChintalaVinod Рік тому +1

    thank you boss

  • @anjalishreya9890
    @anjalishreya9890 Рік тому

    Hello All, can anyone answer my question in which IP we can access this application if we are trying on kodekloud lab and for me worker-app image is not working getting error image pullback. please @kodeKloud check on this why i got that error and I checked twice image name is correct but still its in error state. can you please increase the time for last lab. thanks

    • @olusholapacheco
      @olusholapacheco Рік тому

      Same here, image is probably in a private registry... Getting the same as well. Best to buy the course on the official website to see then.

    • @edithpuclla6188
      @edithpuclla6188 Рік тому

      Hi! This worked for me: Use dockersamples/examplevotingapp_worker image instead of kodekloud/examplevotingapp_worker:v1.

  • @ajaykushwaha4233
    @ajaykushwaha4233 9 місяців тому

    No one can teach and no one learn in 2 hours.

    • @KodeKloud
      @KodeKloud  8 місяців тому +1

      Indeed, by watching the video, you can grasp the fundamental concepts. Appreciate it.

  • @codingcambodia
    @codingcambodia Рік тому

    I got this error with worker deployment. Please help.
    System.NotSupportedException: Authentication method not supported (Received: 10) at Npgsql.NpgsqlConnector.ParseServerMessage(ReadBuffer buf, BackendMessageCode code, Int32 len, DataRowLoadingMode dataRowLoadingMode, Boolean isPrependedMessage) at Npgsql.NpgsqlConnector.DoReadMessage(DataRowLoadingMode dataRowLoadingMode, Boolean isPrependedMessage) at Npgsql.NpgsqlConnector.ReadMessageWithPrepended(DataRowLoadingMode dataRowLoadingMode) at Npgsql.NpgsqlConnector.HandleAuthentication(String username, NpgsqlTimeout timeout) at Npgsql.NpgsqlConnector.Open(NpgsqlTimeout timeout) at Npgsql.ConnectorPool.Allocate(NpgsqlConnection conn, NpgsqlTimeout timeout) at Npgsql.NpgsqlConnection.OpenInternal() at Worker.Program.OpenDbConnection(String connectionString) in /code/src/Worker/Program.cs:line 50 at Worker.Program.Main(String[] args) in /code/src/Worker/Program.cs:line 19