Files
nplus/dsl/service.dsl

5 lines
187 B
Plaintext
Raw Normal View History

2025-01-24 16:18:47 +01:00
svc = Container "Service" "Kubernetes Service with Layer 4 Load Balancer" {
technology "Kubernetes"
tags "Kubernetes - svc"
this -> replicaset.main "balance Layer 4 traffic"
}