Complete Kubernetes Course - From BEGINNER to PRO

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

КОМЕНТАРІ • 212

  • @manidharanupoju
    @manidharanupoju 4 місяці тому +64

    I am a Kubernetes Engineer and this is an awesome resource covering almost everything related to Kubernetes, except a few things like writing Controllers. Amazing work!

    • @DevOpsDirective
      @DevOpsDirective  4 місяці тому +9

      Thanks! I felt that if I tried to show building a custom crontroller the course would be too long 😅

    • @manidharanupoju
      @manidharanupoju 4 місяці тому +8

      @@DevOpsDirective This content by itself is an excellent work to the community and a great starting point for beginners. I wish I had this resource when I got started. Cheers! 😄

    • @بطاطاوالتوام
      @بطاطاوالتوام 4 місяці тому +3

      Please add a new video to write a custom controller

    • @rezamira3192
      @rezamira3192 3 місяці тому +1

      hello
      I am beginner in Kuber, according to your feedback, you think this video can help me to learn about Kuber?

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

      @@rezamira3192 absolutely

  • @uubaidullah
    @uubaidullah 4 місяці тому +59

    Never clicked so fast on any video, anticipating this course for while after you announced it on linkedin, gald that you finally posted, looking forward to learning from it and many thanks for the efforts you put in to make this course(checked github repo couple of time), once finished watching, following, learning, practicing will be reviewing it also in comment, wish me luck

    • @DevOpsDirective
      @DevOpsDirective  4 місяці тому +7

      It was a journey to reach this point! Excited to release it today! 🙏

  • @daimondante3373
    @daimondante3373 2 місяці тому +4

    After coming back to Kubernetes after a 5+ year break, this was the perfect resource to get back up to speed on everything I had forgotten, as well as a fantastic introduction to many tools that reduce or obviate the manual tedium that can arise when administering a cluster. I can promise I'll be referring back to this video and its accompanying git repo many times over the coming weeks and months. Thank you!

  • @msafdaralikhan9498
    @msafdaralikhan9498 4 місяці тому +7

    I am a devops engineer still trying to learn kubernetes. This is an extremely helpful video. Thank you so much.

  • @darshann4307
    @darshann4307 4 місяці тому +7

    Just want to say how detailed oriented and different your videos are. Super grateful for making these amazing tutorials, for someone who's lost in the world of devops, you're like the shining light in the dark. Thank you so so much for this!!!

  • @fab-infotech-solutions
    @fab-infotech-solutions Місяць тому +3

    Once again the most professional video I've seen on Kubernetes! You should teach in Universities!

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

      hey..i just wanted to ask..that is it right if I watch this series then I don't need to watch any other series..and do i get all the knowledge of kubernetes in this video only?

  • @epixtille7069
    @epixtille7069 4 місяці тому +24

    I Have SpaceX Site Reliability Engineer interview this week, and this video came in totally clutch. Wish me luck on it! I'll report back if I get the offer.

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

      Wishing you luck and success!

    • @Peshyy
      @Peshyy 3 місяці тому +1

      How'd it go?

    • @Dmitrii-Kalashnikov
      @Dmitrii-Kalashnikov 3 місяці тому +2

      Did you get the offer? 🤞

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

      any update?

    • @Peshyy
      @Peshyy 2 місяці тому +25

      @@dhpz dude was so good they strapped him to a rocket and sent him in the sky

  • @ahmedabd2259
    @ahmedabd2259 24 дні тому +1

    Im only 12 min in the course and already loved it , thanks a lot for sharing this information, you are gold.

  • @MadeByGPS
    @MadeByGPS 4 місяці тому +19

    This is an amazing resource. Great work Sid. Thank you for making this for the community.

    • @DevOpsDirective
      @DevOpsDirective  4 місяці тому +1

      Thanks, GPS! That means a lot coming from you!

  • @ShameOnZionists
    @ShameOnZionists 2 місяці тому +2

    as soon as I saw this thumbnail I couldnt but tap into this amazingly important video, thanks

  • @ArunRamakrishnan
    @ArunRamakrishnan 4 місяці тому +3

    What a wonderful course. Amazing work from Sid to devote his time for us. God bless you.

  • @mungaihpk5504
    @mungaihpk5504 4 місяці тому +2

    Your tutorials are so helpful. And yet they are free. God bless you

    • @DevOpsDirective
      @DevOpsDirective  4 місяці тому +3

      I’m not a good business man 😅💸

    • @mungaihpk5504
      @mungaihpk5504 4 місяці тому +2

      @@DevOpsDirective I'll make it a habit to be buying you coffee occasionally whenever I can. Thanks a lot.

  • @hiranthapeiris7955
    @hiranthapeiris7955 День тому

    This is so good, bumped up my knowledge!

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

    Hey man, thanks a lot for this. I am a sr developer trying to up my knowledge into more devops based areas, and enjoyed following your tutorial.
    One thing to mention is that your python app image doesn't exist, so people will be stuck in the image pull state error around 3:46:00.
    Besides that, very good tutorial, thanks a lot!

    • @DevOpsDirective
      @DevOpsDirective  3 місяці тому +2

      It doesn’t exist (for you) because it is a private repo on dockerhub.
      I debated if I should make it public or not, but keeping it private forces people to go through the process of learning how to build/push to their own repo and manage imagePullSecrets (if they make their repo private)
      Since the core part of the app still runs fine without the load generator I decided to keep my repo private.
      What do you think? Should I toggle it to public?

    • @blixenkrone
      @blixenkrone 3 місяці тому +1

      @@DevOpsDirective
      Ah right, that makes complete sense. It didn't occur to me that you wanted us to build and push the docker image to our own registry and create the secret to solve the pod error.
      I did initially wonder how adding our own personal credentials should make it able for us to pull from your private image registry, but shrugged it off to quickly since the Python application is a sort of a "bonus" part.
      I don't think the image should be public necessarily, perhaps the video explanation around this part is a bit too implicit, although I may have just skipped the part too quickly.
      Anyway, liked and subscribed, I am now going to dive into your Terraform course. Cheers man.

  • @shaikhanuman8012
    @shaikhanuman8012 4 дні тому

    Thanks for sharing great knowledge on kubernetes

  • @KunalKushwaha
    @KunalKushwaha 4 місяці тому +1

    This will help a lot of people!

  • @AleksandarIvanov69
    @AleksandarIvanov69 4 місяці тому +2

    I saw Trivy, Tilt and Kluctl so I am fully in!
    Thank you so much for this incredible resource of knowledge!

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

    Amazing resource, used it as a touch-up of my k8s knowledge, and was pleasantly surprised of the covered topics and the depth in which you explained them all. Great job!

  • @yyev89
    @yyev89 4 місяці тому +2

    What a great day and an amazing opportunity to learn from the best teacher. Thanks a lot! With big respect 🙂

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

      A great day for me too! Excited to release this to the community! 🚀

  • @lilyli339
    @lilyli339 4 місяці тому +1

    Really enjoying this course! Thank you so much for making it!

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

    wow... this video is very promising. will plan time to follow everything you did in the video asap. thank you!

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

    Good to see your answers from real industry related issues/queries.
    One more which I am intrigued by is how to handle vulnerabilities in k8s clusters. Suppose if they are found in the product or in the container images post project completion, what SOPs we can suggest irrespective of underlying tech stack and how should we establish a process (I know this may not be so technical but wondering how we create one such agreement with customers). Thoughts pls

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

    amazing, your courses are incredible Sid, Thank you so much!

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

    Been following for a long time and it started with terraform course. Love you videos! just wanted to thank you!!!

  • @chi-h-huynh
    @chi-h-huynh 2 місяці тому

    Just bought you a tiny coffee! Very amazing content. Thank you very much!

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

    Amazing resource. Nicely done Sid. Thanks you for sharing this knowledge to the community

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

      Happy it has been received so well by the community! 🎉

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

    Finally I got something I have been looking for all along. Thank you ❤

  • @Dmitrii-Kalashnikov
    @Dmitrii-Kalashnikov 3 місяці тому

    Thank you for taking care of us like a parent. You have created a versatile environment for us with all the necessary software. With just one command, you set up the environment and led us step by step into the world of Kubernetes.take care of us like a parent, created a variable environment for us with all the necessary software and with one command set up the environment and step by step lead us into adulthood of Kubernetes. 👶👉🚀

  • @VarshaNagaraj-vt8sf
    @VarshaNagaraj-vt8sf 4 місяці тому +1

    liked the video and subscribed.i am a incoming freshmen to university(18yrs).i wanted a pathway to learn kubernetes,hope this helps me.beginnning it right now.hope to see you in person and gain some knowledge

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

    Great course, very useful. It would have been nice to get an example with ArgoCD/Flux in the CI/CD section.

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

      @@matisa I decided to use Kluctl since I don’t think it gets enough love… I do have this video I collaborated with Akamai on showing an end to end fluxCD example though!
      ua-cam.com/video/2CCZ8fcLyGk/v-deo.html

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

    thank you so much Sid for this amazing work you do! it is so extremely valuable to the community

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

    @DevOpsDirective This is pure gold. Very detailed and Excellent work.

  • @beeman-dev
    @beeman-dev 4 місяці тому

    This was awesome and came just in the right time! Watched it all from A-Z over 2 days! 🥳

  • @dub161
    @dub161 4 місяці тому +1

    Great Course. Can't thank you enough.
    Next- Maybe CI/CD course?

    • @DevOpsDirective
      @DevOpsDirective  4 місяці тому +1

      This course includes a section on CI/CD! (but focused on building and deploying containers and less on other aspects)

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

    Great work! Helped me to step in kubernetes on an advanced level, really great

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

    Wow!! 6 hours of Kubernetes. Thank you!

    • @DevOpsDirective
      @DevOpsDirective  4 місяці тому +1

      I'm just glad it didn't end up being over 10hrs! 😅

  • @shivkrishnajaiswal8394
    @shivkrishnajaiswal8394 24 дні тому

    @DevOpsDirective at 56:45 you entered "tl"for task list. How did you enable this?

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

    Perfect timing, thanks for this!

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

    AMAZING Content , thank you for your time and effort

  • @CaratacusAD
    @CaratacusAD 2 місяці тому +1

    Is anyone else getting "sudo: cloud-provider-kind: command not found" inside their devbox shell when trying to spin up the external IP with task kind:03-run-cloud-provider-kind: at 1:30 timestamp section on a MAC?

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

      It should have been installed by devbox, but you can use the instructions here if that isn’t working for you github.com/kubernetes-sigs/cloud-provider-kind

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

      @@DevOpsDirective Wow thanks Sid for replying so quickly, I tried this earlier and had the same error output.
      I finally worked out what the problem was just now after retrying your suggestion. When I was running the "devbox shell' CMD and it was building out the environment it was complaining of a Go compiler version mismatch which I ignored as all the tools seemed to work up until this point. I just installed the tool version Go compiler (go version go1.23.1) with GVM and rebuilt the devbox shell with no compiler mismatch errors outputted this time and all works now :) I'm new to development and Devops tooling in general so it was a good learning experience encountering this problem. Many thanks again :)

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

      @@CaratacusAD nice work debugging it! That is a key skill for any DevOps role!

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

      i know i'm late, but i had the same error on Fedora 40. For anyone in the future - in my case it was just running the command without sudo.

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

      @ not too late! This video still gets ~800 views/day, so hopefully your comment helps some future viewers! 🙏

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

    Currently I'm taking your docker course. I know my next destination.

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

      how is it for beginners?

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

      This course assumes some container knowledge, so you are doing them in the proper order! 🚀

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

    thank you so much, I have requested you for this, and you delivered 😃

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

    Thank you for this. Cheers from norway!

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

    Thank you for sharing this type of content.

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

    The technologies covered are really impressive. Thanks @DevOpsDirective

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

    men you did it!!!!! i'm so so so so so proud of you! you're a great human being, you're an awesome teacher and i wish you all the very best that life has to offer.. i pray that GOD gives you the grace to make it to heaven... GOD blessings on you my bro

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

      It was a journey, but am happy to release it into the world!

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

    Thanks for the great work! Could you add the Exclalidraw diagrams to the written guide?

  • @mmbalogun7083
    @mmbalogun7083 4 місяці тому +1

    Good bless you!!!😍for this course

  • @ibrahimjamil3155
    @ibrahimjamil3155 4 місяці тому +1

    as usuall best content in market

    • @DevOpsDirective
      @DevOpsDirective  4 місяці тому +1

      @@ibrahimjamil3155 “you get what you pay for!” 💸😆

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

    I'am actually typing all task by hand, since it makes easier for me to remember commands and they meaning.
    Otherwise during job interview I would remember only task commands ^_^

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

    Wonderful content Sid! Really loved it. Is it possible to get the slide deck?

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

    such as other video, it is a great resource for beginner such as me.

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

    Thank you so much for this wonderful course!!!😍🤩

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

    Yessssss.... Now about to drown myself in this. Thank you Sid

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

    sid the best guy in the game, lol i rushed to this video as if the season 9 of game of thrones just came out

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

      I should collab with George R. R. Martin for the sequel to this course 😅

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

    Thanks for this ❤. Liked and already subscribed

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

    Amazing course

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

    Thanks, this is an amazing resource.

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

    Thank you for the awesome content 😊❤

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

    I am making something like zillow.... thinking about using hetzner infractruture (especially thei new s3 which will be available soon)... What can you suggest here? Is it good choice (it will be huge so i need to see also cost of everything..thats why i am thinking about mainly hetzner and their dedicated servers)... What "tools" should i use?
    ps. great video - thanks

  • @karthikb.s.k.4486
    @karthikb.s.k.4486 4 місяці тому

    Nice tutorial. Could you please tell me what configuration of Macbook are you using . I want to use for both Devops and LLMS .

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

      I’m using a 2018 MBP… you don’t necessarily need the fanciest hardware 🤷
      Running LLMs locally seems like it would be more resource intensive than most DevOps tasks

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

    Great job !

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

    really thanks for sharing bro!🙂

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

    OMG! What a herculean effort you must have put to build this video. ❤🎉🙏. Thank you. Btw what tools did you use to create the decks and diagrams? Simplicity at its best.

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

    What are the prerequisites for this course?

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

    This is 🔥🔥🔥 thanks

  • @PinguinoRodriguez-hd8bw
    @PinguinoRodriguez-hd8bw 4 місяці тому

    This is an awesome resource, thanks a lot. Quick question, I am waiting on the Civo verification, could I skip that setup for now and come back when my account is ready?

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

    thanks for content

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

    I'm finding it hard to setup devbox and nix on Apple M2. Any tip

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

    I am stuck while creating clusters in wsl. task: Failed to run task "kind:02-create-cluster": exit status 127 . cant proceed

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

    Got stuck here : task: Failed to run task "kind:02-create-cluster": exit status 127 in wsl . cant create cluster -- "kind": executable file not found in $PATH : Had to install kind separately for WSL

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

    amazing!! thank you

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

    I'm a beginner to kubernetes. Is it related to micro services?

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

    does this course needed accessing to the Google cloud? im from iran and don't access to the cloud so can I watch this course?

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

      You can do 95% of everything locally using KinD (and the course includes instructions for doing so)

  • @Manickblaze
    @Manickblaze 4 місяці тому +1

    there are lots of dependencies which i am struggling to get through... many items are not already available

    • @DevOpsDirective
      @DevOpsDirective  4 місяці тому +1

      Did you use devbox to set up your development environment as described in module 3?

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

      @@DevOpsDirective apologies. Let me check that again.

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

    I have subscribed ❤

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

    can add a aws setup also

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

    thankss!!

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

    thank you so much!

  • @kmart007
    @kmart007 4 місяці тому +1

    Really struggling with devbox part. Can we bypass devbox? Thanks.

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

      You could, but then you would need to install all of the tools directly on your system and you might run in to issues related to versions.
      What OS are you on and what issue are you seeing?

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

    Thank you!

  • @qimingchen4002
    @qimingchen4002 13 днів тому

    How long does CIVO account checking take? It is over 24 hrs and they are asking my LinkedIn profile 😮

    • @DevOpsDirective
      @DevOpsDirective  13 днів тому +1

      Not sure - I created my account a few years ago. I would just use the KinD cluster option in the meantime!

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

    it looks like it is a great course, but i am stuck at civo account verification and i cannot get api key without verification. it seems that civo does not provide services for my country. is there any alternative cloud kubernetes provider that i can use? or will i be able complete the course without civo?

    • @DevOpsDirective
      @DevOpsDirective  2 місяці тому +1

      You can complete the course with any kubernetes cluster.
      Throughout the course I use Civo, Goolge Cloud, and a local KinD (Kubernetes in Docker) cluster.
      Any of these work for nearly all of the course. There are some specific examples where I show something specific to a particular cloud, but those are rare.
      I'd suggest using the KinD cluster so you don't have to worry about anything cloud related and you will be able to do 95% of the course!

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

    Hey do we need any prerequisite to learn this ?

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

      I cover the prerequisites 2 minutes into the video (1:50)

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

    i still don't get how do you setup the autocompletion for Task on the terminal in vscode, can someone help me?
    for future viewers: to use this you have to update to task's latest version, which is different than the one included.
    task --completion bash > bash_completion
    and then run the generated script.

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

      task --completion bash > bash_completion

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

      @@maheshvarmac to use this you have to update to task's latest version, which is different than the one included. no big deal, just to let future people in the comments know

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

    Thanks a lot

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

    Will this help for the CKA?

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

      Not really, it is closer to the CKAD (but doesn’t target any particular certifications)

  • @PeterVatler-hv6nf
    @PeterVatler-hv6nf Місяць тому

    I messed up my api key paste. Now I'm getting this:
    Unable to list regions: Error: Unknown error response - status: 401 Unauthorized, code: 401, reason: {"code":"bearer_token_invalid","reason":"The provided Bearer token is invalid or expired"}
    Error getting supported regions to feature Error: Unknown error response - status: 401 Unauthorized, code: 401, reason: {"code":"bearer_token_invalid","reason":"The provided Bearer token is invalid or expired"}
    How should I solve this?
    I've tried listing the api keys but I keep getting this message.

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

      I'm assuming you are talking about for the Civo CLI?
      The CLI stores its config in a file at ~/.civo.json
      You can either:
      1. Manually update the incorrect API key with a new correct one
      2. Delete the file entirely and then go through the setup process again to add a new API key
      Hope that helps!

    • @PeterVatler-hv6nf
      @PeterVatler-hv6nf Місяць тому

      @@DevOpsDirective Thanks a lot, I managed to solve this! After replacing the invalid apikey I still needed to run the civo:00-authenticate-cli task.

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

      @@PeterVatler-hv6nf 🚀

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

    Please everyone first like the video and then start to watch

    • @DevOpsDirective
      @DevOpsDirective  4 місяці тому +1

      lol, people can watch first and decide whether or not it earns the like 😅

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

    Sid - I've enjoyed your presentation and detail here as others mention. I am getting tripped up with civo though; I'm continually getting a bearer token is invalid or expired while attempting to save the api key as in this step: ua-cam.com/video/2T86xAtR6Fo/v-deo.html. While I'm trying to skill-up on civo's docs, do you have a pointer for my error to research/validate?

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

      Are you able to create resources via the Civo web portal? If so, that would isolate the issue to just the CLI
      Beyond that I would just say try to follow the docs here www.civo.com/docs/overview/civo-cli

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

      @@DevOpsDirective Thanks for the reply - I can create resources in the web portal. I've engaged with their support - the only civo command I can run is to use the -help parameter. Everything besides that is returning the same error. Both in shell or where I've installed it outright.
      Fun! :)

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

      I may be missing something on my end, but does this install via devbox deal with a civo.config file?

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

      I was missing a civo.json pointer here. The course material that I was working through here had not addressed this or didn't have this set - every time I executed civo it errored with not authd'' messages.

  • @electron-Volt
    @electron-Volt 4 місяці тому

    thanks so much

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

      You’re welcome! I hope you find it useful!

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

    1:30:27

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

    Thanky you!!!!!!!!!!!!!!!!

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

    Is this CKAD or CKA course?

    • @DevOpsDirective
      @DevOpsDirective  4 місяці тому +1

      Neither! This is “how to use Kubernetes in the real world”
      Of the two it is closer to CKAD, but I didn’t target any particular certification

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

      @@DevOpsDirective Thanks. I will be studying this over the weekend

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

    OMG, like in 90s. No GUI?

  • @AJPHIL-bt4me
    @AJPHIL-bt4me 2 місяці тому

    Broo cooked and I thank God to be alive to eat it

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

    Now got stuck with gum and so on and on . it is really hard to work with WSL. I would recommend not to use this tutorial who are using WSL

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

      Did you use DevBox to install the dependencies?

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

      @@DevOpsDirective Thanks for your reply. initially i did and it took a lot of time i am not sure all was installed or not but after 4 hours i just clocked and it said it installed few. then i was having dependency issues one by one.
      Now i deleted everything and started from scratch pulled new from git now it keeps saying "Invalid statement (at line 1, column 1)" in devbox shell command :(

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

      ⁠hmm… the devbox install instructions can be found here and have a WSL tab www.jetify.com/docs/devbox/installing_devbox/
      Install shouldn’t take that long unless you are on very slow internet or something

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

  • @TommyFink-y6c
    @TommyFink-y6c 2 місяці тому

    Clark Ronald Davis Anna Brown Joseph

  • @yotu9670
    @yotu9670 28 днів тому

    Woah what k8s course for free??? But why?
    You could take easy 500!!