Inflearn brand logo image
Inflearn brand logo image
Inflearn brand logo image
BEST
Programming

/

Devops & Infra

Learning Kubernetes with Pictures (v1.30) - {{ x86-64, arm64 }}

Much of Kubernetes (☸) can be learned through illustrations. 🧭 It expands on the verified content of the bestseller 'Kubernetes/Docker for Building Container Infrastructure Environments' for deeper Kubernetes learning. 💯 Practical content is also regularly added to 'Supplemental Lessons'. 👉 Be sure to compare it with other courses! :)

(4.9) 157 reviews

2,355 learners

  • kubernetes
Kubernetes
Docker

Reviews from Early Learners

What you will learn!

  • I can understand the code (YAML) that makes up Kubernetes.

  • You can check the conditions of the Kubernetes infrastructure through code.

  • You can actually implement a Kubernetes cluster using kubeadm.

  • You can learn the use of kubectl's useful options (describe, logs).

  • You can deploy and expose objects like Pods and Deployments via code.

  • You can learn about the elements associated with Kubernetes service.

  • Learn diverse Kubernetes volume uses.

  • You can learn how to configure and manage Kubernetes nodes.

  • You can learn in detail how to configure and manage Kubernetes pods.

  • You can manage Kubernetes cluster resources.

  • You can learn in detail about scheduling, the core of Kubernetes.

  • A detailed look at Probes essential for Kubernetes developers.

  • You can learn various ways to effectively deploy developed containers.

  • You can learn ways to automatically manage applications (e.g., HPA).

Second Step in Kubernetes Voyage! 🚢
Lay the foundation for becoming a growing developer/engineer.

The most content currently available
Dealing with version v1.30
Kubernetes Guide

📢 Hands-on update to Kubernetes v1.30!

  • On June 16, 2024, the Kubernetes labs were updated to match v1.30.
  • Accordingly, ch2 has been changed to a form commonly used throughout the entire lecture, and what was previously in ch2 has been changed to number 10 (e.g. 2.11, 2.12).
  • Also changed the base operating system from CentOS 7 to Ubuntu 22.04.
  • Additional footage shot for the v1.30 update includes the entire ch1, 9.5, 9.6, and B.001. And the versions of some applications have been changed.
  • The existing reinforcement is saved in A, and after v1.30, it will proceed to B.
  • 🎉 Now officially supporting Mac silicon (M1, M2, M3, M4 / arm64) 😄

This lecture was created to structurally organize the parts that are difficult to learn through the Kubernetes documentation and to reduce the difficulty in learning Kubernetes in earnest through analogies and illustrations.

💡 Things to know before registering for a class

  • Kubernetes is not just a development tool, but an infrastructure management tool (including development). Therefore, it is suitable for the purpose of expanding development itself, such as DevOps, SRE, and TA, and there is a lot of basic knowledge that must be known for this. Some job groups may feel that there is no detailed explanation, but it is difficult to explain all the basic knowledge. However, it is an area that those who want to expand the development area, such as CI/CD, must learn. In addition, expressions that seem inaccurate, such as 서비스 , are official Kubernetes terms, and duplication of terms is unavoidable in the process of bringing in the existing infrastructure structure.
  • The best educational material is the official Kubernetes website , and if you can learn through it, you don't need a separate lecture. However, for those who find it difficult to learn through the official website, there is a separate education like the current one. However, it is not easy to learn Kubernetes from scratch when everyone's base knowledge is different, and each person may have to fill in the gaps separately.
  • The current course is constantly updating (e.g., reinforcement, v1.25 > v1.30, Mac Slicon support) to cover the ever-changing Kubernetes and areas close to the field.
  • If you want to understand the characteristics of the lecture, I recommend taking the 6.7 Taints and Tolerations classes that are open as free public classes (preview) !
  • If you feel that the above content is sufficient and that the current lecture list will be helpful, I recommend that you proceed with the lecture.

Application Rolling Updates

Other pictures

The current lecture is structured to make it easy to understand the elements used in Kubernetes, and to distribute them through code so that you can use Kubernetes in earnest. Therefore, the main title is composed of three, and then the subtitles are organized after being detailed into subtitles.

Part 1. Understanding Kubernetes

  • ch1: Code to configure the Kubernetes practice environment
  • ch2: 『Common』 Building a Kubernetes practice environment (+preliminary preparation)

Part 2. Understanding Kubernetes Objects as Code

  • ch3: How to deploy applications
  • ch4: Application Exposure Method
  • ch5: How to use application volumes

Part 3. How to configure and manage Kubernetes elements

  • ch6: Configuring and Managing Kubernetes Nodes
  • ch7: Configuring and Managing Kubernetes Pods
  • ch8: Managing Kubernetes Clusters
  • ch9: Effective Application Configuration and Management

A detailed table of contents is in the lecture introduction below, so you can refer to that.


Why should you look at Kubernetes code?

Both the format for deploying and managing Kubernetes objects are implemented in a format called YAML. Therefore, it is difficult to understand the true meaning of Kubernetes elements without seeing the code using YAML. In addition, other tools for container infrastructure also operate based on code.

Modern infrastructure is built on code, and this is becoming an inevitable trend.

Infrastructure as Code (IaC) is an essential component of Kubernetes and almost all the product families that make up the Kubernetes ecosystem. Therefore, we hope that you will learn Kubernetes as Code as soon as possible and grow into a leading developer/engineer using it.

Why not start learning Kubernetes with code right now?


Features of this course

  • You can listen to it even if you don't know the code now . ( The code is explained with pictures at the beginning.)
  • You can understand the configuration of a Kubernetes cluster through code.
  • You can understand individual objects in Kubernetes as code.
  • You will learn how to effectively configure and manage Kubernetes components.
  • This is the most comprehensive course on Kubernetes in Korea.
  • Taught directly by a working Kubernetes engineer.
  • This course expands on the Kubernetes section in depth in the proven bestseller , 'Handling Kubernetes/Docker Kubernetes for Building a Container Infrastructure Environment' .
  • For cases where automatic configuration is difficult, images are provided.

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

I've seen many people around me who have started Kubernetes but have a hard time figuring out how to study it. Even if you've already grasped the concept through 'Easy Start with Kubernetes'... In fact, if you want to properly handle Kubernetes, there are very few things you can do without code .

Therefore, this lecture is designed to address the following concerns: 'Can we teach people how to easily and really easily handle Kubernetes as code ?' and 'How can we help them participate in the Kubernetes ecosystem?'

If you listen to and understand all of the lectures now, you will be able to understand the architecture pictures below.

Different types of Kubernetes architectures


active
Kubernetes Contribution Activities

Kubernetes Dashboard

Request to change the Kubernetes Dashboard version in the Kubernetes documentation ( see issue )

Nginx ingress controller

Request for fix for Nginx Ingress controller still calling v1.21 API in v1.22 ( see issue )

Why Kubernetes Wants to Manage Cgroups with Systemd (See Slides )

How to set up GCP CDN on GKE (see slides )

CNCF(Cloud Native Computing Foundation) Ambassador Activities (Go to link)


Expected Questions Q&A

Q. Can I take this course without attending the pre-lecture, ‘Easy Start to Kubernetes’?

That's the question that was in the expected questionnaire. As for the level of recommendation, I would like to recommend that you listen to ' Easy Start with Kubernetes '. This is because during the lecture, I will not continue to explain the content that has been explained before or the concepts that have already been explained.

In order to make a more accurate judgment , if you have already looked at the contents in the current table of contents and know more than half of the contents , it would be okay to listen to it right away. Or, if you have already sufficiently learned the book ' Kubernetes/Docker for Building a Container Infrastructure Environment ', it would be okay to listen to it right away. However, because there is a flow, if possible, I would like to recommend that you listen to it after listening to ' Easy Start with Kubernetes '. This is based on personal preference and understanding, so I ask for your understanding that I can only recommend it.

Q. Do I have to learn Kubernetes through this course?

I am an honest person. 'No'. The best textbook is the official Kubernetes website . However, the official website has some parts that are difficult to define when to start studying from the beginning and how to learn. For example, you can think of the official Kubernetes website as a 'textbook' and this lecture as a 'reference book'. You learn from the textbook, but in order to understand new content, you can grasp the concepts through the reference book and then look at the textbook again. :)

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

As mentioned in the previous lecture (Easy Start with Kubernetes), 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.

So, we have future lectures prepared to help you with your personal study.

Used in lectures
Program and version & lecture source address

Version 💾

  • Kubernetes - 1.30.1
  • Containerd - 1.6.31
  • MetalLB - 0.14.4 / 0.14.5
  • Nginx Ingress Controller - 1.0.0. beta
  • NFS Subdirectory External Provisioner - 4.0.2
  • Kubernetes Metrics Server - Master / 0.7.1
  • Kustomize - 5.4.2
  • Helm - 3.14.0
  • Kubernetes Dashboard - 2.7.0

Infrastructure Configuration Tools 🏗️

Terminal Access Tool 🚀

Lecture Source


Last lecture
Check it out!

📣 Please check before learning!

  • 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?

  • To those who awaited the next '쉽게 시작하는 쿠버네티스' lecture

  • Those who struggled with the Kubernetes manual

  • For those who wish to summarize broad Kubernetes concepts at once.

  • For those who requested a lecture on Kubernetes v1.30 (latest version).

  • For those who want to supplement the Kubernetes section of the book 'Kubernetes/Docker for Building Container Infrastructure Environments'.

  • Those who want to learn and deal with Kubernetes from a cluster concept, not a single node concept.

  • Anyone curious about practical matters.

Need to know before starting?

  • 'Kubernetes: Easy Start' course or basic Kubernetes knowledge

  • Basic usage of vi or vim (Y, dd, p, :wq, :q!)

  • 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)

  • Eagerness to learn markup languages like YAML (I will, of course, explain)

Hello
This is

12,880

Learners

601

Reviews

554

Answers

4.9

Rating

6

Courses

CNCF Ambassador | Cloud Native Engineer

 Documents:

Channels:

  • Linkedin

  • Github

  • Youtube

    메가존에서 쿠버네티스와 컨테이너 인프라에 관해 Tech Evangelist, CoE(Center of Excellence) 역할을 담당하고 있다. 주요 역할은 회사의 SaaS 제품에서 사용하는 쿠버네티스 환경을 현대화하고 비용을 최적화하는 것이며, 외부 고객을 위해 Tech Advisory와 Container Architecture Design 등을 지원하고 있다. 클라우드 네이티브 컴퓨팅 재단(CNCF)의 글로벌 앰버서더로, 클라우드 네이티브 기술, 나아가 인공지능 네이티브 기술이 널리 전파되는 데 기여하고 있다. 그 외에 'IT 인프라 엔지니어 그룹'의 운영진을 맡고 있으며, 오픈소스 컨트리뷰터로도 활동하고 있다.
    평소에 지식을 공유하는 것을 좋아하여, 인프런/유데미에서 앤서블 및 쿠버네티스에 관한 강의를 하고 있고, 지식은 문서로 남겨야 진정한 의미가 부여된다고 생각하여 『컨테이너 인프라 환경 구축을 위한 쿠버네티스/도커』, 『우아하게 앤서블』, 『시스템/네트워크 관리자를 위한 파이썬 실무 프로그래밍』을 집필하였으며, 요즘IT와 같은 온라인 플랫폼 등에 종종 글을 기고한다.

Curriculum

All

184 lectures ∙ (33hr 33min)

Course Materials:

Lecture resources
Published: 
Last updated: 

Reviews

All

157 reviews

4.9

157 reviews

  • MIN님의 프로필 이미지
    MIN

    Reviews 6

    Average Rating 4.7

    3

    18% enrolled

    :: 장점 1.실습을 직접 진행하면서 쿠버네티스에 익숙해 지기에는 좋은 강의 2.적극적인 답변으로 문제 오류가 생기면 해결하기가 편함 3.보강 강의를 추가해서 좀 더 꼼꼼히 쿠버네티스에 대해 다루려고는 함 4. 실무적 관점에서 쿠버네티스를 다루는데 필요한 기술들을 잘 알려줘 좋음 5. 복잡한 부분을 다 준비해 놔서 쿠버네티스의 흐름에 집중해서 공부하기에 적합 6. 혼동할 수 있는 용어들을 일부분 정리한 강의가 있어 최대한 공부하는 사람들의 어려움을 덜어주려고 함 :: 단점 1. 설명의 수준이 정확하거나 명확하지 않고 대략적인 정도에서 끝나는게 대부분임 ( 중급 이상이라고는 하나 중급정도 되는 사람들이 봐도 설명이 대략적인 정도 ※그렇다고 무성의 하다는 건 아님) 제대로 된 이해를 하기 위해서는 공식 doc를 읽는 것이 나음 ( 대략적인 소개 정도를 하는 수준의 설명을 하고 바로 실습을 진행하면 수업 1개 종료 ) 2. 중의적 표현을 하거나 정확히 이해하지 못해 중의적으로 이해하게 끔 말하는 부분도 간혹 있음 ( 이 부분은 추후 보강 강의에서 수정을 하기도 하여 커버가 되기는 하나 공부하는 입장에서는 힘든 부분) 3. 다른 강의 평에서 정확히 자세히 알려준다는 평을 기대하고 들으면 후회하게 될 강의 :: 개인적인 총평 1. 쿠버네티스의 흐름과 실무 관점에서 다루는 방식을 익히는 것에 매우 좋음 2. 쿠버네티스 명령어를 입력하고 설정하는 것에 익숙해지기에는 좋음 3. 다양한 보강 강의와 강사 개인의 노하우 등을 알려주어 어느정도 쿠버네티스의 이해도를 갖춘 사람들에게는 좋을거 같음 4. 쿠버네티스가 완전 처음인 경우 이 강의는 시간 낭비일 확률이 높아보임 이 강의 이전 단계의 강의도 봐본 결과 이전 단계의 강의를 보고 들으면 분명 도움은 되나 드라마틱하게 큰 도움은 되지 않음 쿠버네티스 공식 홈페이지 doc이나 다른 강의를 듣고 난 다음 실습 경험이 필요한 단계일때 적합함

    • 욕망의햄버거

      4번 맞말추

    • 조훈(Hoon Jo)
      Instructor

      안녕하세요 MIN님 그리고 욕망의햄버거님, 원래 다양한 의견이 있는 것에 대해서 따로 제가 응답하지 않는게 해당 의견에 대한 존중이라고 생각해서 답변을 달지 않았으나 다음과 같이 해당 후기에 대해서 제 생각을 공유 드립니다. 저는 위에 강의 설명에도 기입한 것처럼 가장 좋은 교과서는 쿠버네티스 공식 홈페이지라고 생각하고, 해당 생각에는 여전히 변화가 없습니다. 그런데 다소 이해가 안 가는 부분은 왜 "시간 낭비"가 되는지 모르겠습니다. 사람마다 배우는 방식에는 차이가 있고, "시간 낭비"라는 수준으로 평가절하 받아야 하는 이유를 모르겠습니다. 해당 단어가 제작자에게 얼마나 고통을 주는 단어인지 나중에 (안 그러시는게 가장 좋겠지만) 겪으실 일이 있으시면 알 수 있으실 것 같습니다. 그리고 해당 단어가 들어간 후기를 직접 확인하고 감정을 느끼는 것은 '사람'입니다. 기계가 확인하는게 아닙니다. 그리고 또한 제가 궁금한건 **다른 강의** (국내/해외 제공되는 모든 강의 중에) 어떤 강의가 완전 처음인 경우에 적합한지 안내해 주실 수 있을까요? 제가 거기 배울 점이 있다면 수용 및 수정하도록 하겠습니다. 아무리 생각해도 국내/해외 어떤 강의를 말씀하시는지 모르겠네요. 제 의도는 쿠버네티스 공식 홈페이지로 시작하기에는 어려운 분들이 있으니, 이건 참고서적이다라는 개념에는 변함이 없습니다. MIN님이 공식 홈페이지로 시작하는 것이 더 적합한 분이었다면 그건 MIN님이 매우 뛰어나고 잘 하고 계신 것이지만 그게 현재 강의가 비난 받아야 할 부분인지 모르겠습니다. 애초에 강의를 수강할 때 무언가 부족한 부분을 채우려고 들으셨을텐데 위의 총평으로 [1-3]이 부족해서 들으셨다면 이해가 되지만 [4]의 생각에 대해서 물어보고 싶습니다. 예상되는 부분은 Java 스프링 관련개발자로서 용어가 중첩되는 부분등으로 처음 시작에 매우 어렵다라고 주셨을 수도 있는데, 쿠버네티스 공식 홈페이지에 보면 중첩되는 용어가 매우 많습니다. 이건 오픈 소스 특성 및 기존에 있던 플랫폼을 흡수하면서 발생한 일이며 어쩔 수 없는 부분이 있습니다. 여튼 제가 문의드리고 싶은 부분은 "시간 낭비" 수준이 아니게 만드는 완전 처음에 적합한 강의가 어떤건가요? If "공식홈페이지"인가요? then 쿠버네티스 공식홈페이지가 교과서이고 참고서라고 강의 소개에 적혀 있고 공식홈페이지로 충분하다면 강의를 수강할 필요가 없는데요... 어떤 말씀이신지 모르겠습니다. 쿠버네티스 공식홈페이지는 오픈 소스 중에서도 가장 잘 관리되는 문서 중에 하나이며, 공식홈페이지보다 "더 많은 내용"을 다루고 있는 강의는 나올 수가 없습니다. 저는 여전히 공식홈페이지로 충분하다면 따로 강의가 필요하지 않다는 생각을 가지고 있습니다. 공식홈페이지보다 이걸 우선한다고 적은 적이 없는데... 왜 여기에 "시간 낭비"를 적으신걸까요? if "다른강의" 인가요? then 이거라면 정말 궁금해서 물어봅니다. 완전 처음인 경우에 적합한 강의가 어떤걸 얘기하시는걸까요? 제가 부족한 부분을 알고 싶습니다. 저는 3점이 사실 잘 이해가 안됩니다. 3점짜리 강의는 인프런에 없습니다. 3점은 강의 자체가 전혀 의미가 없고 "시간 낭비"로만 제공된다는 얘기니까요. 학점으로 하자면 3점은 C 입니다. (사실 그보다 더 안 좋습니다. 평점 시스템을 생각하지 않으셨겠지만...) 그정도로 생각하고 주신걸까요? 제 생각을 임의로 강요드리고 싶은게 아니라, 진심으로 @MIN님의 생각 그리고 의견을 듣고 싶습니다. @All 추석 기간이라 전체 메일은 이후에 드리겠지만, 전체 피드백을 듣고 강의 업데이트를 멈출지 계속 할지도 생각해 봐야 할 것 같네요. 요즘 계속 후기 관련으로 심리적으로 힘드네요.

    • 한 70~80%라도 보고 했으면 모를까.. 18% 보고 수강평 3점을 주는게 맞나요?

  • supportkim님의 프로필 이미지
    supportkim

    Reviews 3

    Average Rating 5.0

    5

    29% enrolled

    저는 쿠버네티스를 간단히 써보긴 했어도 업무에 필요한 것만 그때그때 찾아쓰다보니 사실 사용하면서도 왜 쓰는지 모르고 그냥 넘어가거나, 무슨 의미인지, 어떻게 동작하는지도 제대로 모르고 사용하는 경우가 많았는데 이렇게 그림과 예제 코드를 함께 보면서 천천히 설명 들으니까 머릿속이 정리되면서 많은 도움이 되었습니다. 쿠버네티스를 완전히 처음 접하시는 분들이나, 저처럼 어설프게 사용해본 경험은 있는데 정리가 되지 않아 다른사람에게 설명해보라고 하면 못할 것 같은 분들 모두에게 추천 드리고 싶습니다!

    • 조훈(Hoon Jo)
      Instructor

      자세한 후기에 감사드립니다. 쿠버가 IT 인프라에 매우 큰 영향을 줄 도구라 오래 같이 공부했으면 합니다!

  • 정연욱님의 프로필 이미지
    정연욱

    Reviews 3

    Average Rating 5.0

    5

    20% enrolled

    쉽게 시작하는 쿠버네티스를 통해 큰 도움을 얻었습니다! 그림을 이용한 설명을 통해 개념부터 원리까지 쉽게 이해할 수 있었는데, 이번 그림으로 배우는 쿠버네티스는 추가로 코드 설명까지 있어서 더욱 기대가 되는 것 같습니다! 항상 좋은 강의 감사합니다 #쿠버네티스항해화이팅

    • 조훈(Hoon Jo)
      Instructor

      감사합니다. :) 도움이 되도록 보강 강의도 열심히 만들도록 하겠습니다!

  • si.kang님의 프로필 이미지
    si.kang

    Reviews 2

    Average Rating 5.0

    5

    100% enrolled

    너무 자세한 강의와 계속적인 강의 보강이 너무 좋았습니다.

    • MS님의 프로필 이미지
      MS

      Reviews 1

      Average Rating 5.0

      5

      14% enrolled

      다른 기본 강의를 통해 쿠버네티스를 먼저 접한 후 중급강의를 찾다 그림으로 배우는 쿠버네티스 강의를 듣게 되었는데 그 전에 이해가지 않았던 내용들도 하나둘씩 이해가 되네요. 항상 따라하면서 사용만 했었는데 좀 더 개념에 대해 알고 싶어서 쉽게 시작하는 쿠버네티스도 같이 결제 했습니다. 쿠버네티스를 처음 접하시는 분들에게 추천드립니다. #쿠버네티스항해화이팅

      • 조훈(Hoon Jo)
        Instructor

        아하 다른 강의들도 물론 훌륭하지만, 여러가지의 이유로 아마 못 다룬 부분들이 있거나 관점의 차이가 있어서 일부 분들이 이해하기 어려웠던 부분이 있는거 같더라고요.. 그런 부분들이 잘 채워진거 같아서 :) 기쁩니다. 후기 감사드립니다.

    Limited time deal ends in 5 days

    $148,500.00

    25%

    $152.90

    kubernetes's other courses

    Check out other courses by the instructor!

    Similar courses

    Explore other courses in the same field!