We may earn an affiliate commission when you visit our partners.
Course image
Google Cloud Training

Getting Started with Google Kubernetes Engine 과정에 오신 것을 환영합니다. 애플리케이션과 하드웨어 인프라 사이에 위치하는 소프트웨어 레이어인 Kubernetes에 관심이 있으시다면 잘 찾아오셨습니다. Google Kubernetes Engine을 사용하면 Kubernetes를 Google Cloud에서 관리형 서비스로 사용할 수 있습니다.

Read more

Getting Started with Google Kubernetes Engine 과정에 오신 것을 환영합니다. 애플리케이션과 하드웨어 인프라 사이에 위치하는 소프트웨어 레이어인 Kubernetes에 관심이 있으시다면 잘 찾아오셨습니다. Google Kubernetes Engine을 사용하면 Kubernetes를 Google Cloud에서 관리형 서비스로 사용할 수 있습니다.

이 과정의 목표는 흔히 GKE로 불리는 Google Kubernetes Engine의 기본사항을 소개하고 Google Cloud에서 애플리케이션을 컨테이너화하고 실행하는 방법을 설명하는 것입니다. 이 과정에서는 먼저 Google Cloud에 대해 기본적인 사항을 소개한 후 이어서 컨테이너 및 Kubernetes, Kubernetes 아키텍처, Kubernetes 작업에 대해 간략히 설명합니다.

Enroll now

Two deals to help you save

What's inside

Syllabus

과정 소개
과정 소개에서는 과정 목표를 설명하고 각 섹션을 미리 봅니다.
Google Cloud 소개
Read more
컨테이너 및 Kubernetes 소개
이 과정의 두 번째 섹션에서는 소프트웨어 컨테이너와 애플리케이션 배포 시 소프트웨어 컨테이너를 통해 얻을 수 있는 이점을 살펴봅니다. 학습자는 컨테이너와 컨테이너 이미지, Cloud Build, Kubernetes, Google Kubernetes Engine을 살펴보게 됩니다.
Kubernetes 아키텍처
이 과정의 세 번째 섹션에서는 Kubernetes 클러스터의 구성요소와 이러한 구성요소가 상호 작용하는 방식을 살펴봅니다. 학습자는 Google Kubernetes Engine을 사용해 Kubernetes 클러스터를 배포하고, GKE 클러스터에 포드를 배포하고, 다양한 Kubernetes 객체를 보고 관리하게 됩니다.
Kubernetes 작업
이 과정의 마지막 섹션에서는 kubectl 명령어를 소개합니다. kubectl 명령어는 Kubernetes 클러스터 내 리소스와 상호작용하고 이를 관리하는 데 사용되는 명령줄 유틸리티입니다. 학습자는 점검의 개념을 살펴본 후 Cloud Shell에서 Google Kubernetes Engine 클러스터를 배포하는 연습을 하게 됩니다.
과정 요약
과정 요약에서는 이 과정에서 학습자가 살펴 본 주요 개념을 요약합니다.

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Develops skills for working with Kubernetes on Google Cloud Platform
Offers hands-on Kubernetes lab exercises
Presented by Google Cloud Training, a recognized expert in the field
Provides a comprehensive overview of Google Kubernetes Engine
Covers Kubernetes architecture and components in depth
Requires some prior knowledge of containers and Kubernetes concepts

Save this course

Save Getting Started with Google Kubernetes Engine - 한국어 to your list so you can find it easily later:
Save

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Getting Started with Google Kubernetes Engine - 한국어 with these activities:
Kubernetes Terminology
Review the basics of Kubernetes terminology to strengthen your understanding of the concepts covered in this course.
Browse courses on Kubernetes
Show steps
  • Define key Kubernetes terms like cluster, node, pod, and container.
  • Explain the purpose and role of each component in a Kubernetes architecture.
  • Identify the key benefits and challenges of using Kubernetes.
Kubernetes Meetups or Conferences
Attend Kubernetes meetups or conferences to connect with other professionals, learn about industry trends, and expand your knowledge through presentations and discussions.
Browse courses on Kubernetes
Show steps
  • Find and register for upcoming Kubernetes meetups or conferences.
  • Prepare questions or topics you'd like to discuss or learn about.
  • Attend the event, participate in discussions, and connect with attendees.
Kubernetes Commands
Practice using kubectl commands to manage Kubernetes resources and gain hands-on experience with the platform.
Browse courses on Kubernetes
Show steps
  • Install kubectl on your local machine.
  • Create a Kubernetes cluster using kubectl.
  • Deploy and manage pods, services, and deployments using kubectl commands.
Six other activities
Expand to see all activities and additional details
Show all nine activities
Kubernetes Study Group
Form or join a study group with other learners to discuss Kubernetes concepts, share knowledge, and work through challenges together.
Browse courses on Kubernetes
Show steps
  • Find or recruit peers who are also interested in learning Kubernetes.
  • Set up regular meetings to discuss course materials, work on projects, and support each other's learning.
  • Assign roles and responsibilities within the group to ensure effective collaboration and knowledge sharing.
Kubernetes Best Practices
Explore online tutorials or documentation to learn about best practices for using Kubernetes in production environments.
Browse courses on Kubernetes
Show steps
  • Identify reputable sources for Kubernetes best practices.
  • Follow tutorials or read documentation on topics such as security, performance optimization, and troubleshooting.
  • Apply the best practices learned in your own Kubernetes projects or environments.
Kubernetes Hands-on Workshop
Enroll in a hands-on Kubernetes workshop to gain practical experience in deploying, managing, and troubleshooting Kubernetes clusters and applications.
Browse courses on Kubernetes
Show steps
  • Identify and register for a reputable Kubernetes hands-on workshop.
  • Prepare by reviewing basic Kubernetes concepts and setting up a local development environment.
  • Attend the workshop, follow along with the instructor, and complete hands-on exercises.
Kubernetes Use Case Exploration
Research and create a presentation or document that explores a real-world use case of Kubernetes in various industries or domains.
Browse courses on Kubernetes
Show steps
  • Identify an industry or domain where Kubernetes is widely used.
  • Research and analyze a specific use case of Kubernetes in that industry.
  • Create a presentation or document that highlights the benefits, challenges, and best practices of using Kubernetes in that context.
Kubernetes Community Contribution
Contribute to the Kubernetes community by reporting issues, answering questions, or participating in discussions to enhance your understanding and support the ecosystem.
Browse courses on Kubernetes
Show steps
  • Join the Kubernetes community forums or discussion groups.
  • Review open issues and contribute bug reports or feature requests.
  • Participate in discussions and help answer questions from other community members.
Kubernetes Automation Script
Develop a script or automation tool that automates a specific Kubernetes task, such as deployment, scaling, or monitoring, to enhance your practical skills.
Browse courses on Kubernetes
Show steps
  • Identify a repetitive or time-consuming Kubernetes task that can be automated.
  • Design and develop a script or automation tool using tools like Ansible, Terraform, or Helm.
  • Test and refine your script or tool to ensure its efficiency and accuracy.

Career center

Learners who complete Getting Started with Google Kubernetes Engine - 한국어 will develop knowledge and skills that may be useful to these careers:
Site Reliability Engineer
Kubernetes is an essential part of managing infrastructure at scale, which is a key responsibility of a Site Reliability Engineer. This course will provide you with hands-on experience using GKE to manage a Kubernetes cluster, which will be valuable in this role.
Cloud Architect
Kubernetes is a key component of Google Cloud Platform, and understanding how to use GKE effectively is essential for a Cloud Architect. This course will provide you with the knowledge and skills you need to design and manage Kubernetes-based solutions on GCP.
DevOps Engineer
Kubernetes is a critical tool for DevOps Engineers, and GKE is the leading managed Kubernetes service. This course will teach you how to use GKE to automate the deployment and management of your applications, which is a key skill for DevOps Engineers.
Software Engineer
Kubernetes is rapidly becoming the standard for deploying and managing containerized applications, and software engineers who are familiar with Kubernetes will be in high demand. This course will teach you the basics of Kubernetes and how to use GKE to deploy and manage your applications.
Machine Learning Engineer
Kubernetes is increasingly being used to manage machine learning workloads, and understanding how to use GKE can give you an edge in this field. This course will introduce you to Kubernetes and GKE, and will provide you with hands-on experience using these technologies to manage machine learning workloads.
Data Scientist
Kubernetes is increasingly being used to manage data science workloads, and understanding how to use GKE can give you an edge in this field. This course will introduce you to Kubernetes and GKE, and will provide you with hands-on experience using these technologies to manage data science workloads.
Storage Engineer
Kubernetes is increasingly being used to manage storage infrastructure, and understanding how to use GKE can make you a more valuable Storage Engineer. This course will introduce you to Kubernetes and GKE, and will provide you with hands-on experience using these technologies to manage storage infrastructure.
Cloud Developer
Kubernetes is a key component of Google Cloud Platform, and understanding how to use GKE effectively is essential for a Cloud Developer. This course will provide you with the knowledge and skills you need to develop and deploy applications on GCP using Kubernetes.
Project Manager
Kubernetes is increasingly being used to manage large-scale projects, and understanding how to use GKE can make you a more valuable Project Manager. This course will introduce you to Kubernetes and GKE, and will provide you with hands-on experience using these technologies to manage large-scale projects.
Kubernetes Administrator
This course will teach you the basics of Kubernetes and how to use GKE to deploy and manage Kubernetes clusters. This is a specialized role that is in high demand, and this course will give you the skills you need to succeed in it.
Business Analyst
Kubernetes is increasingly being used to manage business-critical applications, and understanding how to use GKE can make you a more valuable Business Analyst. This course will introduce you to Kubernetes and GKE, and will provide you with hands-on experience using these technologies to manage business-critical applications.
Database Administrator
Kubernetes is increasingly being used to manage database infrastructure, and understanding how to use GKE can make you a more valuable Database Administrator. This course will introduce you to Kubernetes and GKE, and will provide you with hands-on experience using these technologies to manage database infrastructure.
Security Engineer
Kubernetes is increasingly being used to manage security infrastructure, and understanding how to use GKE can make you a more valuable Security Engineer. This course will introduce you to Kubernetes and GKE, and will provide you with hands-on experience using these technologies to manage security infrastructure.
Network Engineer
Kubernetes is increasingly being used to manage network infrastructure, and understanding how to use GKE can make you a more valuable Network Engineer. This course will introduce you to Kubernetes and GKE, and will provide you with hands-on experience using these technologies to manage network infrastructure.
Systems Administrator
Kubernetes is becoming increasingly popular for managing infrastructure, and understanding how to use GKE can make you a more valuable Systems Administrator. This course will introduce you to Kubernetes and GKE, and will provide you with hands-on experience using these technologies to manage infrastructure.

Reading list

We've selected seven books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Getting Started with Google Kubernetes Engine - 한국어.
Provides a collection of patterns for designing and building Kubernetes applications. It covers topics such as microservices, containers, and serverless computing. It valuable resource for those who want to learn how to build modern, scalable, and resilient Kubernetes applications.
이 책은 Kubernetes의 개념과 구현을 자세히 살펴봅니다.
Provides a comprehensive guide to site reliability engineering (SRE), covering topics such as service level objectives (SLOs), incident management, and capacity planning. It valuable resource for those who want to learn how to build and operate reliable and scalable systems.
Provides a comprehensive guide to software architecture, covering topics such as design patterns, architectural styles, and code quality. It valuable resource for those who want to learn how to design and build maintainable and scalable software systems.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Getting Started with Google Kubernetes Engine - 한국어.
Essential Cloud Infrastructure: Foundation - 한국어
Most relevant
Architecting with Google Kubernetes Engine: Foundations...
Most relevant
Architecting with Google Kubernetes Engine: Production 한국어
Most relevant
ML Pipelines on Google Cloud - 한국어
Most relevant
Elastic Cloud Infrastructure: Scaling and Automation 한국어
Most relevant
Google Cloud Big Data and Machine Learning Fundamentals...
Most relevant
MLOps with Vertex AI: Manage Features - 한국어
Essential Google Cloud Infrastructure: Core Services 한국어
Google Cloud Customer Care Fundamentals - 한국어
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser