Skip to content

Commit af7116a

Browse files
committed
Rename folder infra to devops(infra)
1 parent 0e3f127 commit af7116a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

infra/kubernetes.md renamed to devops(infra)/kubernetes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
- [Service(ClusterIP) config](#serviceclusterip-config)
3939
- [Service(NodePort) config](#servicenodeport-config)
4040
- [Service(LoadBalancer) config](#serviceloadbalancer-config)
41+
- [Ingress config](#ingress-config)
4142
- [ref](#ref)
4243

4344
## Architecture
@@ -645,6 +646,10 @@ spec:
645646
646647
```
647648

649+
### Ingress config
650+
651+
- 하나의 클러스터에서 여러 서비스를 운영하면 외부로 부터의 연결을 받을 때 라우팅이 필요한데, 이를 위해 `Ingress`를 사용할 수 있다
652+
648653
## ref
649654

650655
- <https://subicura.com/k8s/guide/>
File renamed without changes.

0 commit comments

Comments
 (0)