Y
Hacker News
new
|
ask
|
show
|
jobs
by
muhehe
776 days ago
In the future our company will migrate to k8s. It looks like it will be openshift, specifically. Do we need this in openshift or is there some "native" mechanism baked in?
1 comments
verdverm
776 days ago
You'll likely have an ingress controller provided with openshift, which tends to be more batteries included. There are quite a few options:
https://kubernetes.io/docs/concepts/services-networking/ingr...
link