Is it just me or is the amount of configuration ki...
# general
w
Is it just me or is the amount of configuration kind of obnoxious (i get it because there is a lot going on)? But like you got NetworkPolicy, Ingress, IngressClass etc. taking IngressClass for example, it’s got a kind at first level, meta data and spec, and then it’s go a controller and then parameters that had another kind and name. Like I can’t keep it straight at all and I’m just constantly googling for examples of what options there are.
c
Welcome to Kubernetes. You can do lots of things with it so there are lots of things to manage.
w
like i’ve been thrown in deep end learning it, but like i can’t keep it straight. There’s so much “configuration” and it’s hard to know definitively what those options are
is that normal?
Like example… the rke2-ingress-nginx.yaml has global.systemDefaultIngressClass: ingress-nginx. I couldn’t find it in https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml But at the very top of that page it’s “ingressClassName: nginx” running kubectl get ingressclass -A, shows the “nginx” ingress class… but if you run “kubectl describe ingressclass nginx” from my understanding there should be a “Annotation: ingressclass.kubernetes.io/is-default-class: true” but it isn’t there