-
Published Question
Hi
Will it be possible to hook into the kube-apiserver to configure it? For example if I would like to log in to cluster using Open ID Connect id tokens:
https://kubernetes.io/docs/reference/access-authn-authz/authent...
1
•
•
By
vga99
Kubernetes
-
Published Answer
Hi
Yes you can use the build in CA in your cluster to create client certificates. Background information on how to use the CA: …
Accepted Answer:
Hi
Yes you can use the build in CA in your cluster to create client certificates. Background information on how to use the CA: …
•
By
vga99
-
Published Answer
I got the former one to work on my beta k8s cluster on DO.
Official link: https://github.com/kubernetes/ingress-nginx
And here …
Accepted Answer:
I got the former one to work on my beta k8s cluster on DO.
Official link: https://github.com/kubernetes/ingress-nginx
And here …
•
By
vga99
-
Published Question
Where is the kube-apiserver configured?
Is it setup in HA?
Are you planning in the future to allow us to see the kube-apiserver logs?
Are you planning to allow us to configure the kube-apiserver? For example to config...
0
•
•
By
vga99
Kubernetes
-
Published Answer
Hi
I am playing with cert-manager and Hashicorp vault on another project and thought I would try it for fun on digital ocean aga…
•
By
vga99