- Learn OpenShift
- Denis Zuev Artemii Kropachev Aleksey Usov
- 240字
- 2021-08-13 16:03:49
Kubernetes Overview
In the previous chapter, we discussed container architecture, worked with Docker images and containers, took a look at different Docker registries, learned how to manage persistent storage for containers, and finally, learned how to build our own Docker image with Dockerfile. All these skills will be required in Chapter 3, CRI-O Overview, where we start working with Kubernetes. Kubernetes is an essential and critical OpenShift component. It all works like a snowball: Docker skills are required by Kubernetes, and Kubernetes skills are required by OpenShift.
Container management in a distributed environment is difficult, but not with Kubernetes. This brief introduction to Kubernetes will give you an idea of what Kubernetes is and how it works. In this chapter, you will learn how to install and configure a Kubernetes cluster using a simplified method. We will also explain the container management basics, including some theories regarding pods, services, and routes. We will show you how to deploy an application in a Kubernetes cluster.
In this chapter, we will look at the following:
- Container management systems overview
- The difference between Kubernetes and Docker Swarm
- Kubernetes key concepts
- Kubernetes installation and configuration
- Working with kubectl
- Clearing the virtual environment
- Kubernetes limitations
- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- Linux從零開始學(視頻教學版)
- Hands-On DevOps with Vagrant
- WordPress Mobile Web Development:Beginner's Guide
- vSphere Virtual Machine Management
- 開源安全運維平臺OSSIM疑難解析:入門篇
- Windows Phone 8 Application Development Essentials
- 嵌入式實時操作系統μC/OS原理與實踐
- 計算機系統的自主設計
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- Hands-On UX Design for Developers
- μC/OS-III內核實現與應用開發實戰指南:基于STM32
- Linux從入門到精通(視頻教學版)
- Serverless Architectures with Kubernetes
- Hadoop Operations and Cluster Management Cookbook