-
Notifications
You must be signed in to change notification settings - Fork 20
Additional_tasks
Alvaro Saurin edited this page Jul 1, 2019
·
2 revisions
Once you have created the cluster with Terraform you should do some other tasks in order to have a production-quality cluster:
- create some Pod Security Policy and apply it before running any workload in the cluster.
- if the CNI plugin supports it, apply some Network Security Policy.
- install Dex
for authentication, and connect it to your LDAP servers, SAML providers, or some
identity provider like GitHub, Google, and Active Directory. Do not distribute the
kubeconfig
file created for managing this cluster.