Kubernetes on your own servers

所在平台: Udemy

课程主页: https://www.udemy.com/course/kubernetes-on-your-own-servers/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:在自己的服务器上使用Kubernetes 课程概述:Kubernetes 是一个开源的容器编排平台,它自动化了许多与部署、管理和扩展容器化应用程序相关的手动过程。换句话说,Kubernetes可以帮助你轻松高效地管理一个由运行Linux容器的主机组成的集群。使用Kubernetes,你可以: - 跨多个主机轻松管理容器。 - 监控和管理应用程序的部署及升级。 - 高效利用服务器硬件,最大化运行应用程序所需的资源。 - 连接和增加存储,以运行有状态应用程序。 - 在不停机的情况下扩展容器化应用程序及其资源。 - 声明性地管理服务,确保已部署的应用程序始终按你预期的方式运行。 - 自动验证应用程序的健康状态,并在发生问题时使用自动启动、自动重启、自动复制和自动扩展机制自动修复应用程序。 在本课程中,你将学习如何使用kubeadm在Ubuntu服务器上安装Kubernetes集群,以及如何在集群中部署不同的应用程序。你将学习Kubernetes对象,了解基础知识及更多内容。熟悉Kubernetes架构和Kubernetes集群中的节点类型,检查运行在主节点和工作节点上的组件。创建各种Kubernetes对象,如Pod、ReplicaSet、Deployment,并熟悉YAML的使用。学习Kubernetes集群管理工具:kubectl。

课程评论(0条)

课程详情

Kubernetes is an open source container orchestration platform that automates many of the manual processes involved in deploying, managing, and scaling containerized applications.In other words, you can cluster a group of hosts running Linux containers and Kubernetes can help you manage that cluster easily and efficiently.Using Kubernetes you can:- Easily manage containers across multiple hosts.- Monitor and manage application deployments and upgrades.- Efficiently utilize your server hardware, maximizing the resources needed to run your applications.- Connect and add storage to run stateful applications, that is, stateful applications.- Scale containerized applications and their resources without stopping them.- Declaratively manage services, ensuring that deployed applications always run as you intended.- Automatically verify application health and automatically repair your applications when problems occur using autostart, autoreboot, autoreplication, and autoscaling mechanisms.In this course you will learn how to: install a kubernetes cluster on ubuntu servers using kubeadm and how to deploy different applications in the cluster. You will learn kubernetes objects. Get to know the basics and more. Familiarize yourself with kubernetes architecture and types of nodes in a kubernetes cluster. Examine the components running on master nodes and worker nodes of kubernetes. Create various kubernetes objects such as pod, replicaset, deployment. Familiarize yourself with the use of YAML. Learn the kubernetes cluster management tool: kubectl.

课程标签

0人关注该课程

主题相关的课程