|
|
|
|
|
by rfoo
58 days ago
|
|
Another case: People who want to run workloads that are inherently incompatible with Kubernetes networking model. For example: * For some cursed reasons you want to make sure every single one instance of a large batch job see just one NIC in its container and they are all the same IP and you NAT to the outside world. Ingress? What ingress? This is a batch job! * Like the previous point, except that your "batch job" somehow has multiple containers in one instance now, and they should be able to reach each other by domain. |
|