kubezero/docs/misc.md

2.0 KiB

Security - Todo

DNS - Todo

Performance - Todo

Storage - Todo

Monitoring

Cleanup - Todo

Something along the lines of https://github.com/onfido/k8s-cleanup which doesnt work as is

Resources

AppArmor

Update Api-server config

Add the following extraArgs to the ClusterConfiguration configMap in the kube-system namespace: kubectl edit -n kube-system cm kubeadm-config

        oidc-issuer-url: "https://accounts.google.com"
        oidc-client-id: "<CLIENT_ID from Google>"
        oidc-username-claim: "email"
        oidc-groups-claim: "groups"

Resources