Yangs FinTech Note

關於軟體工程, 財務金融與投資

標籤: "container" 相關文章

Docker 基礎概念與實作(Basic Docker concept and hands on)

Docker 是一個用於實現容器化 (containerization) 的工具,所謂的容器化就是讓服務的 OS 層或是應用層虛擬化,讓各個 services 間達到完全隔離,彼此不互相污染。

Tags:
# docker
# container
Date: 2023/09/24
Brief introduction of Kubernetes(k8s)

Kubernetes is an open-source container orchestration platform. Kubernetes is used to automate the deployment, scaling, and management of containerized applications.

Date: 2023/03/24