Kubernetes Access
After a successful terraform apply of module.oke,
Terraform writes a per-cluster kubeconfig file to the root directory of this
repository: kubeconfig-<cluster_name>.yaml
For example, with cluster_name = "logscale-prod", the file is
kubeconfig-logscale-prod.yaml. These files are
gitignored and have 0600 permissions.
Each kubeconfig uses the cluster_name as the
kubectl context name and includes the OCI CLI exec-based
authentication with the configured config_file_profile,
so no additional OCI CLI setup is needed beyond having the API key in place