BEST

Getting Started with Kubernetes (v1.30) - {{ x86-64, arm64 }}

This covers what you really need to get started with Kubernetes(☸). 🧭 This course allows you to easily understand the structure of Kubernetes and get started. 🥇

(4.8) 229 reviews

3,689 students

Kubernetes
Docker
Thumbnail

This course is prepared for Basic Learners.

What you will learn!

  • I can explain why Kubernetes works the way it does.

  • Can you explain the difference between a control plane node and a worker node?

  • I can understand the basic objects of Kubernetes.

  • I can provide a general understanding of microservices architecture.

  • You can have your own Kubernetes environment anytime, anywhere, without time or cost constraints.

  • You can learn about the components that strengthen the framework of Kubernetes.

  • How to Upgrade Kubernetes Version

  • How to use Ansible to more effectively manage Kubernetes versions

First steps on your Kubernetes journey! 🚢
Lay the foundation for becoming a growing developer/engineer.

The easiest
Kubernetes Guide

📢 Hands-on update to Kubernetes v1.30!

  • On June 16, 2024, the Kubernetes Labs were updated to v1.30.
  • Accordingly, each ch2 was changed to a form commonly used in all lectures, and the subsequent lectures were given a number to differentiate them by one level. (Example: ch3 changed to ch4, reinforcement changed to A)
  • Also changed the base operating system from CentOS 7 to Ubuntu 22.04.
  • Additional footage shot for the v1.30 update is 7.1 and 7.2.
  • The existing reinforcement is saved in A, and after v1.30, it will proceed to B.
  • 🎉 Now officially supporting Mac Silicon (M Series, arm64). Check out the preview video 😄

📢 Hands-on update to Kubernetes v1.25!
  • On September 18, 2022, the Kubernetes Labs were updated to support v1.25.
  • Accordingly, the images for 4.2, 4.3, and 6.2 have been modified.
  • Aside from that, the practice itself remains unchanged!

This lecture is designed to help you easily get started with Kubernetes by organizing the parts that are difficult to get started with Kubernetes. Therefore, for a better learning effect, all contents are explained with pictures and practical exercises as much as possible.

Pod Deployment Life Cycle

That is, the purpose is to understand Kubernetes itself without looking at the code, and thereby get started with Kubernetes properly.

💡 Things to know before registering for a class

  • The current lecture is designed to draw a big picture of the platform called Kubernetes, and since it does not cover code , it is difficult to learn about Kubernetes in detail . Accordingly, the lecture targets PMs, planners, some managers, and those who want to approach Kubernetes after drawing a big picture .
  • A more in-depth lecture, including handling code, is covered in the next lecture, Learning Kubernetes with Pictures. To check the current lecture style in advance, a preview is available for free.

    2.4. Building a Kubernetes environment with Vagrant + VMware Fusion (non-commercial, arm64 users) - v1.30

    I recommend that you watch the class first.
  • If you feel that the above content is sufficient and that the current lecture list will be helpful, we recommend that you proceed with the lecture.


Why Kubernetes ?

Kubernetes is becoming an inevitable trend in modern IT.
Not only the major 3 companies (AWS, Azure, GCP), but almost all IT vendors are releasing solutions related to Kubernetes, so it is emerging as a basic technology for all IT. Therefore, I hope that you will be able to access Kubernetes as soon as possible and use it to grow as a developer/engineer.

조훈, 쉽게 시작하는 쿠버네티스 Google Kubernetes Engine

As an example, CloudFlare, famous for its CDN and 1.1.1.1 address, is used internally by engineers configuring a Kubernetes environment and developers requesting and using it. The base architecture of a famous domestic portal IT company is also composed of Kubernetes.

Kubectl from Cloudflare

Even VMware, a famous virtualization company, has released Tanzu based on Kubernetes, indicating that the market has already shifted to a Kubernetes environment.

Why not start learning Kubernetes right now?


Features of this course

  • You can listen without knowing the code .
  • You can understand the overall flow of Kubernetes.
  • You can have your own Kubernetes test environment .
  • Lets you get started with Kubernetes .
  • This is the only course that automatically configures and runs a Kubernetes cluster (1 control plane node, 3 worker nodes), and provides images for cases where automatic configuration is difficult.

📖 We provide OVA (Open Virtualization Archive) and Qcow2 (QEMU copy on write) image files.

I've seen many people around me trying to get started with Kubernetes but having a very hard time grasping the concepts.
This is because there are many unique aspects conceptually, and the basic things that need to be known are also widely spread. Therefore, this lecture is a reflection of the concerns of 'How can I explain this part easily?' and 'How can I solve the basic parts of studying Kubernetes?'


In many places during that time
Kubernetes related activities
We have been proceeding.

Load balancer on-premise too? (w/ MetalLb)
Kubernetes Korea User Group Announcement Video
Comparison of Porter and MetalLB
(Open Infrastructure Day Announcement)
Demonstration of automated Kubernetes deployment with multi-control plane architecture via kubespray

Architectural Description of Docker Depracated (See slides)


Expected Questions Q&A

Q. I don't know what Kubernetes is, but will I regret learning about it?

That's a very good question. I prepared it just for those people. I've made it into a script that requires almost no prior knowledge. I worked hard to make it a lecture to get you started.

Q. Do I really need to know Kubernetes?

What a great series of questions... Yes, if you are retiring in 3-5 years or are self-employed by then, you may not need it, but Kubernetes will be an essential element that almost everyone in IT (especially planning) must know. It will be similar to where Linux is now.

Q. Can I learn everything about Kubernetes just by taking this course?

Let me be honest... It is impossible to teach everything about Kubernetes in a few dozen hours of online/offline lectures. Kubernetes is a technology that requires a lot of individual study because all the elements in modern IT are continuously being integrated. It is impossible to learn everything and say that you know everything in a short period of time. It is also a technology that changes very quickly and requires a very different direction for each element that is needed.

But the important thing is...
There are some things you absolutely need to know when getting started with Kubernetes, and I think this lecture will help you get started with Kubernetes correctly by covering those things.

Used in lectures
Program and version & lecture source address

Version 💾

  • Kubernetes - 1.30.0
  • Containerd - 1.16.31
  • MetalLB - 0.12.1

Infrastructure Configuration Tools 🏗️

Terminal Access Tool 🚀

Lecture Source

Please check the notes!

  • We are doing our best to provide students with a pleasant hands-on experience, but please understand that we may not be able to help with Vagrant-related errors that occur depending on individual environments .
  • (x86-64) For those who are having trouble with the hands-on training due to Vagrant -related errors, we provide an OVA image . (Download address provided at the bottom of lecture 2.3)
  • We provide Q&A, but the course fee does not include Q&A. However, if you are unable to practice or if there is any incorrect information, please let us know and we will take action as quickly as possible.

Recommended for
these people!

Who is this course right for?

  • For those who are using Kubernetes in the cloud and are curious about its inner workings.

  • Those who need to understand the architecture of on-premise Kubernetes (e.g., OpenShift)

  • For those who want to experience Kubernetes without knowing code

  • For those who really want to get started with Kubernetes

  • For those who need their own Kubernetes test environment without the burden of cost.

Need to know before starting?

  • Basic Linux commands (e.g., cd, ls, cat, etc.)

  • Basics of networking (e.g., 192.168.1.10/24 and 192.168.1.101/24 can communicate)

Hello
This is kubernetes

12,148

Students

534

Reviews

525

Answers

4.9

Rating

6

Courses

CNCF Ambassador | Cloud Native Engineer

Documents:

Channels:

  • Linkedin

  • Github

  • Youtube

    시스템/네트워크 IT 벤더의 경험 이후, 메가존 GCP 클라우드 팀에서 쿠버네티스와 연관된 모든 프로젝트에 대한 Tech Advisor 및 Container Architecture Design을 제공하고 있습니다. 그 외에 페이스북 ‘IT 인프라 엔지니어 그룹’의 운영진을 맡고 있으며, 오픈 소스 컨트리뷰터로도 활동하고 있습니다. 

    그 외에 가지고 있는 지식을 공유하는 것을 좋아하여, 인프런/유데미에서 앤서블 및 쿠버네티스에 관한 강의를 기재하고 있으며, 또한 아는 지식을 문서로 남겨야 한다고 생각하기에 책( 『
    시스템/네트워크 관리자를 위한 파이썬 실무 프로그래밍』, 『우아하게 앤서블』), 『컨테이너 인프라 환경 구축을 위한 쿠버네티스/도커』(길벗) 이 있고, IT 잡지에 기고문을 쓰는 활동도 함께하고 있습니다. 그리고 CNCF의 앰버서더Kubestronaut 로서 쿠버네티스 및 그에 연관된 다양한 프로젝트 생태계가 더 활발하게 퍼질 수 있도록 기여하고 있습니다. 

More

Curriculum

All

56 lectures ∙ (10hr 25min)

Course Materials:

Lecture resources
Published: 
Last updated: 

Reviews

All

229 reviews

4.8

229 reviews

  • Mx

    Reviews 9

    Average Rating 4.4

    5

    62% enrolled

    This lecture stands out for the instructor's kind efforts to hide the code. Thanks to this, even if you don't know the Kubernetes concept, you can easily approach it. Even after becoming a developer, Kubernetes felt difficult, but thanks to this lecture, I was able to grasp the concept of what Kubernetes is. I want to listen to the next lecture soon.

    • test123

      Reviews 12

      Average Rating 4.8

      5

      59% enrolled

      It seems like a good lecture, but it's still too early for me. I use Docker a lot at work, so I tried to study it after Docker... but it's still difficult. I'll try Kubernetes a little and come back to listen again.

      • 이승민

        Reviews 4

        Average Rating 5.0

        5

        100% enrolled

        I had a hard time understanding Kubernetes, but I was able to understand it relatively easily!

        • WCU

          Reviews 6

          Average Rating 5.0

          5

          100% enrolled

          This was a really easy to understand lecture. Thank you for making this lecture.

          • 김 영재

            Reviews 1

            Average Rating 5.0

            5

            31% enrolled

            Because you explained in pictures the parts that were hard to understand just by looking at the text on the Kubernetes homepage. I think I'm starting to get the hang of it. Instead... I think I'll have to look at it several times to understand it. Haha

            Similar courses

            Explore other courses in the same field!

            $46.20