nonocast / me

记录和分享技术的博客
http://nonocast.cn
MIT License
20 stars 0 forks source link

学习 Kubernetes (Part 1: 初识) #318

Open nonocast opened 2 years ago

nonocast commented 2 years ago

Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation (CNCF).

Kubernetes不是一个简单的事情,所以还是从动机和抽象开始建立概念模型:

anyway, 要从一个操作系统的视角去学习kubernetes,选择不同发行版本,如何安装操作系统,如何运行或是声明程序的运行,如何管理进程,如何配置网络路由,进程间如何通讯,如何监控,查看日志等等。