Packt

Practical Kubernetes - Beyond CKA and CKAD Hands-on

抓住节省的机会!购买 Coursera Plus 3 个月课程可享受40% 的折扣,并可完全访问数千门课程。

Packt

Practical Kubernetes - Beyond CKA and CKAD Hands-on

包含在 Coursera Plus

深入了解一个主题并学习基础知识。
中级 等级

推荐体验

2 周 完成
在 10 小时 一周
灵活的计划
自行安排学习进度
深入了解一个主题并学习基础知识。
中级 等级

推荐体验

2 周 完成
在 10 小时 一周
灵活的计划
自行安排学习进度

您将学到什么

  • Gain hands-on expertise in setting up and managing multi-node Kubernetes clusters

  • Master advanced networking concepts like LoadBalancer, NodePort, and network policies

  • Learn how to effectively manage applications, including deployment strategies and rollbacks

  • Optimize cluster performance with tools like Helm, Prometheus, and Grafana

要了解的详细信息

可分享的证书

添加到您的领英档案

最近已更新!

February 2026

作业

27 项作业

授课语言:英语(English)

了解顶级公司的员工如何掌握热门技能

Petrobras, TATA, Danone, Capgemini, P&G 和 L'Oreal 的徽标

该课程共有27个模块

In this module, we will introduce the course, its objectives, and the hands-on approach designed to enhance your Kubernetes expertise. You will gain insight into the structure of the course and its focus on practical, advanced Kubernetes topics. Get ready to explore real-world scenarios and deepen your container orchestration knowledge.

涵盖的内容

1个视频1篇阅读材料

In this module, we will dive into the history and evolution of containers, highlighting their role in modern applications. We’ll then explore the limitations of managing containers without orchestration and introduce you to the powerful concept of container orchestration, setting the stage for Kubernetes.

涵盖的内容

5个视频1个作业

In this module, we will provide a high-level overview of Kubernetes, explaining its pivotal role in container orchestration. You’ll learn why Kubernetes has become the go-to tool for managing containerized applications, and you’ll explore its available setup options and ecosystem offerings.

涵盖的内容

4个视频1个作业

In this module, we will examine the architecture of Kubernetes, focusing on its controller and worker node components. You'll explore how Kubernetes works at a system level and learn to navigate the official documentation to enhance your learning journey.

涵盖的内容

3个视频1个作业

In this module, we will guide you through the essential requirements and configuration for setting up a two-node Kubernetes cluster using kubeadm. You’ll learn through practical demonstrations, making the setup process straightforward and effective.

涵盖的内容

3个视频1个作业

In this module, we will explore the foundational Kubernetes objects like pods, deployments, and replicaSets. You will also learn to manage these objects through hands-on operations, including using namespaces, labels, and selectors to efficiently organize resources.

涵盖的内容

15个视频1个作业

In this module, we will explore Kubernetes networking, focusing on service types such as ClusterIP, NodePort, and LoadBalancer. You will also learn how to troubleshoot networking issues effectively, ensuring smooth communication within your cluster.

涵盖的内容

9个视频1个作业

In this module, we will introduce you to the Kubernetes API ecosystem and demonstrate how to create and manage YAML manifest files. You’ll also learn how to use the kubectl explain command for deeper understanding and debugging.

涵盖的内容

5个视频1个作业

In this module, we will guide you through Kubernetes update strategies, including rolling updates and rollbacks. You’ll gain hands-on experience in using these strategies to update and manage your applications efficiently.

涵盖的内容

4个视频1个作业

In this module, we will cover essential maintenance activities such as scaling out and scaling in your Kubernetes cluster. You'll also learn how to safely manage nodes, backup etcd, and perform critical cluster maintenance operations.

涵盖的内容

11个视频1个作业

In this module, we will introduce you to more advanced Kubernetes objects like DaemonSets, Jobs, CronJobs, ConfigMaps, and Secrets. You’ll learn practical use cases and hands-on demonstrations of these objects.

涵盖的内容

13个视频1个作业

In this module, we will dive into advanced pod configurations, including Init Containers, multi-container pods, and various probes (liveness, readiness, and startup). You’ll learn to optimize pod resource management and troubleshoot pod-level issues effectively.

涵盖的内容

13个视频1个作业

In this module, we will explore Kubernetes scheduling techniques, from node selectors to affinity/anti-affinity rules. You'll learn to manage pod placement and control traffic flow through advanced scheduling strategies.

涵盖的内容

17个视频1个作业

In this module, we will introduce you to Kubernetes volumes, including ephemeral and persistent volume types. You’ll learn to configure volumes for different storage needs, including managing ConfigMaps and Secrets securely.

涵盖的内容

7个视频1个作业

In this module, we will dive deeper into persistent storage, focusing on PVs, PVCs, and dynamic volume provisioning. You’ll learn how to configure storage classes and set up an NFS provisioner for more advanced storage solutions.

涵盖的内容

6个视频1个作业

In this module, we will compare Deployments with StatefulSets and explore when to use StatefulSets for stateful applications. You will also see a practical example of deploying MongoDB with StatefulSets.

涵盖的内容

4个视频1个作业

In this module, we will guide you through the Kubernetes cluster upgrade process, from upgrading the control plane to worker nodes. You’ll learn about best practices and important considerations during cluster upgrades.

涵盖的内容

4个视频1个作业

In this module, we will cover the essentials of Role-Based Access Control (RBAC) in Kubernetes. You will learn how to configure roles, role bindings, and service accounts to secure and manage access within your cluster.

涵盖的内容

7个视频1个作业

In this module, we will explore the concept of Ingress and its role in managing external access to services within Kubernetes. You’ll also learn how to set up and configure an Ingress controller and resources effectively.

涵盖的内容

3个视频1个作业

In this module, we will dive into Kubernetes network policies and how they control traffic flow. You’ll learn to define, implement, and apply security policies to safeguard your cluster’s communication.

涵盖的内容

6个视频1个作业

In this module, we will cover monitoring techniques using the Kubernetes Metric Server, Horizontal Pod AutoScaler, and the Kubernetes Dashboard. You will also gain practical experience in tracking and visualizing cluster health and performance.

涵盖的内容

7个视频1个作业

In this module, we will explore how to integrate private registries with Kubernetes to securely manage container images. You will learn how to configure Kubernetes to pull images from these registries effectively.

涵盖的内容

3个视频1个作业

In this module, we will focus on managing Kubernetes certificates with kubeadm. You’ll learn how to securely handle certificates and ensure the integrity of your cluster’s communication.

涵盖的内容

1个视频1个作业

In this module, we will explore advanced Kubernetes tasks such as managing Pod Disruption Budgets (PDBs) and using Kubernetes events for troubleshooting and debugging. You’ll gain insights into effective monitoring and issue resolution techniques.

涵盖的内容

4个视频1个作业

In this module, we will introduce you to Helm, a powerful tool for managing Kubernetes applications. You’ll learn how to create and deploy Helm charts, streamlining application deployments and management.

涵盖的内容

4个视频1个作业

In this module, we will guide you through setting up Prometheus for monitoring your Kubernetes cluster and integrating it with Grafana for advanced visualization. You’ll learn how to create dashboards to track critical cluster metrics.

涵盖的内容

4个视频1个作业

In this final module, we will recap the key concepts learned throughout the course. You’ll receive guidance on how to continue advancing your Kubernetes expertise and apply the skills acquired in real-world scenarios.

涵盖的内容

1个视频2个作业

位教师

Packt - Course Instructors
Packt
1,542 门课程 418,493 名学生

提供方

Packt

从 Cloud Computing 浏览更多内容

人们为什么选择 Coursera 来帮助自己实现职业发展

Felipe M.

自 2018开始学习的学生
''能够按照自己的速度和节奏学习课程是一次很棒的经历。只要符合自己的时间表和心情,我就可以学习。'

Jennifer J.

自 2020开始学习的学生
''我直接将从课程中学到的概念和技能应用到一个令人兴奋的新工作项目中。'

Larry W.

自 2021开始学习的学生
''如果我的大学不提供我需要的主题课程,Coursera 便是最好的去处之一。'

Chaitanya A.

''学习不仅仅是在工作中做的更好:它远不止于此。Coursera 让我无限制地学习。'
Coursera Plus

通过 Coursera Plus 开启新生涯

无限制访问 10,000+ 世界一流的课程、实践项目和就业就绪证书课程 - 所有这些都包含在您的订阅中

通过在线学位推动您的职业生涯

获取世界一流大学的学位 - 100% 在线

加入超过 3400 家选择 Coursera for Business 的全球公司

提升员工的技能,使其在数字经济中脱颖而出

常见问题