Kubernetes for the Absolute Beginners - Hands-on | Udemy
Each stack of the applications can be separated into different containers to be individual microservices.
docker run --links: connects the docker containers by name
Service is created to connect between pods for microservices. (Use NodePort and ClusterIP)
- service is not needed for ports that do not require exposed port
'DevOps > Kubernetes' 카테고리의 다른 글
[Kubernetes 배우기] Section 9. Kubernetes on Cloud (0) | 2024.01.09 |
---|---|
[Kubernetes 배우기] Section 7. Services (0) | 2024.01.09 |
[Kubernetes 배우기] Section 6. Networking in Kubernetes (0) | 2024.01.09 |
[Kubernetes 배우기] Section 5. Kubernetes Concepts - Pods, ReplicaSets, Deployments (1) | 2024.01.09 |
[Kubernetes 배우기] Section 4. YAML Introduction (0) | 2024.01.09 |