- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 216字
- 2021-06-24 16:54:00
Managing State in Containers
Managing the state of an application is one of the key aspects when architecting any software solution, regardless of whether it is a monolith desktop application or a complex, distributed system hosted in a cloud environment. Even if most of your services in the system are stateless, some part of your system will be stateful, for example, a cloud-hosted NoSQL database or a dedicated service you have implemented yourself. And if you are aiming at good scalability for your design, you have to ensure that the storage for your stateful services scales appropriately. In these terms, services or applications hosted in Docker containers are no different – you need to manage the state, especially if you want the data to be persisted on container restarts or failures.
In this chapter, we will provide you with a better understanding of how state can be persisted in Docker containers running on Windows and how these concepts relate to data persistence in Kubernetes applications. You will learn about the concepts of volumes and bind mounts and how they can be used in order to share state between containers and the container host.
This chapter covers the following topics:
- Mounting local volumes for stateful applications
- Using remote/cloud storage for container storage
- Running clustered solutions inside containers
- Advanced Quantitative Finance with C++
- 解構產品經理:互聯網產品策劃入門寶典
- 零基礎PHP學習筆記
- MySQL 8從入門到精通(視頻教學版)
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- HTML5入門經典
- PySpark Cookbook
- 快速入門與進階:Creo 4·0全實例精講
- ArcGIS for Desktop Cookbook
- Python入門很輕松(微課超值版)
- Python 3 數據分析與機器學習實戰
- Clojure Polymorphism
- 基于MATLAB的控制系統仿真及應用
- Java程序設計教程
- Beginning C# 7 Hands-On:The Core Language