Editor for Google Kubernetes Engine Secrets
This only works for Windows for now
- Ensure you have installed Google Cloud SDK Shell
- Install the plugin for kubectl
gcloud components install gke-gcloud-auth-plugin
-
Execute first time to create "properties.json" inside the folder "_data" (the folder and the file will be created automatically)
-
Edit the parameters of this folder to connect to the secrets of your cluster:
{
"Cluster": "your-cluster",
"Zone": "your-zone",
"Project": "your-project",
"Namespace": "your-namespace"
}