- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 126字
- 2021-07-02 13:41:47
Getting started with containers
There are many mature container engines such as Docker (https://www.docker.com) or rkt (https://coreos.com/rkt) that have already implemented features for production usage, so you don't need to build your own container from scratch. As well as this, the Open Container Initiative (https://www.opencontainers.org), an organization formed by container industry leaders, has standardized container specifications. Any implementation of standards, regardless of the underlying platform, should have similar properties, as the OCI aims to provide a seamless experience of using containers across a variety of operating systems. In fact, the core of Docker is containerd, which is an OCI-compatible runtime and can be used without Docker. In this book, we'll use the Docker (community edition) container engine to fabricate our containerized applications.
- 黑客攻防從入門到精通(實戰秘笈版)
- Learning Java Functional Programming
- C++程序設計(第3版)
- WebAssembly實戰
- 華為HMS生態與應用開發實戰
- Reactive Programming with Swift
- Getting Started with NativeScript
- OpenStack Orchestration
- Java系統化項目開發教程
- Angular開發入門與實戰
- 一塊面包板玩轉Arduino編程
- Unity 2018 Shaders and Effects Cookbook
- Citrix XenServer企業運維實戰
- Python機器學習算法與應用
- Python網絡爬蟲技術與應用