2024. 5. 23. 19:28ㆍComputerScience/DockerKubernetes
2024. 05. 22
https://kubernetes.io/docs/concepts/architecture/nodes/
Nodes
Kubernetes runs your workload by placing containers into Pods to run on Nodes. A node may be a virtual or physical machine, depending on the cluster. Each node is managed by the control plane and contains the services necessary to run Pods. Typically you h
kubernetes.io
# minikube 설치 by brew 🍻
https://minikube.sigs.k8s.io/docs/start/
minikube start
minikube is local Kubernetes, focusing on making it easy to learn and develop for Kubernetes. All you need is Docker (or similarly compatible) container or a Virtual Machine environment, and Kubernetes is a single command away: minikube start What you’ll
minikube.sigs.k8s.io
brew install minikube
👩💻
지난 수업 시간에 killercoda로 진행한 내용을
오늘은 쿠버네티스로 진행했습니다! (with minikube)
https://killercoda.com/playgrounds/course/kubernetes-playgrounds/one-node
Kubernetes Playgrounds | Killercoda
Free Fast Kubernetes Playgrounds in your browser
killercoda.com
'ComputerScience > DockerKubernetes' 카테고리의 다른 글
[Kubernetes] Desired State and Microservices Architecture (0) | 2024.06.09 |
---|---|
[Kubernetes] ReplicaSet Controller (0) | 2024.05.27 |
[Docker] Dockerfile WebSocket Client/Server Build (0) | 2024.05.16 |
[Docker] Cpp Boost WebSocket Client/Server (0) | 2024.05.09 |
[Docker] 중간고사 정리(2) (1) | 2024.05.01 |