kubenate翻译--Tutorials教程-Kubernetes Basics基础

Overview


Kubernetes Basics

This tutorial provides a walkthrough预排工作  of the basics of the Kubernetes cluster orchestration 管弦乐编曲;和谐的结合system. Each module contains some background information on major主要的 Kubernetes features and concepts,概念 and includes an interactive交互式的;相互作用的 online tutorial. These interactive tutorials let you manage a simple cluster and its containerized applications 集装箱的应用程序for yourself.

Using the interactive tutorials, you can learn to:

Deploy a containerized application on a cluster 在集群上部署一个集装箱化的应用程序

Scale the deployment  规模部署

Update the containerized application with a new software version 用一个新的软件版本更新集装箱化的应用程序

Debug the containerized application 调试集装箱应用程序

The tutorials use Katacoda to run a virtual terminal in your web browser that runs Minikube, a small-scale local deployment of Kubernetes that can run anywhere. There's no need to install any software or configure anything; each interactive tutorial runs directly out of your web browser itself.


What can Kubernetes do for you?


With modern web services, users expect applications to be available 24/7, and developers expect to deploy new versions of those applications several times a day. Containerization 集装箱helps package software to serve these goals, enabling applications to be released and updated in an easy and fast way without downtime停工期. Kubernetes helps you make sure those containerized applications run where and when you want, and helps them find the resources and tools they need to work. Kubernetes is a production-ready生产就绪, open source platform designed with Google's accumulated experience in container orchestration, combined with best-of-breed ideas from the community.


你可能感兴趣的:(kubenate翻译--Tutorials教程-Kubernetes Basics基础)