- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 118字
- 2021-06-24 16:54:07
Summary
In this chapter, you learned how the Docker ecosystem provides an infrastructure for storing and sharing container images using Docker Registry. The concepts of the image registry and automated cloud builds have been demonstrated using a public Docker Hub and a private Azure Container Registry, which you set up from scratch using the Azure CLI. You also learned about the best practices for tagging and versioning images using the semantic versioning scheme. Finally, you were introduced to ensuring image integrity using Docker Content Trust (DCT).
In the next chapter, we are going to perform our first deep dive into the Kubernetes ecosystem in order to understand some key concepts and how they currently fit Windows containers support.
推薦閱讀
- 算法大爆炸:面試通關步步為營
- C語言程序設計實訓教程
- Python應用輕松入門
- HTML5入門經典
- Rust Essentials(Second Edition)
- Building Serverless Applications with Python
- C#應用程序設計教程
- 微信小程序全棧開發技術與實戰(微課版)
- Getting Started with Eclipse Juno
- Mastering C++ Multithreading
- Go語言底層原理剖析
- Learning Splunk Web Framework
- Mastering Concurrency in Python
- Visual C++從入門到精通(第2版)
- 分布式數據庫HBase案例教程