Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 675 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 675 Bytes

GKE-Secret-Editor

Editor for Google Kubernetes Engine Secrets

This only works for Windows for now

Usage

  1. Ensure you have installed Google Cloud SDK Shell
  1. Install the plugin for kubectl
gcloud components install gke-gcloud-auth-plugin
  1. Execute first time to create "properties.json" inside the folder "_data" (the folder and the file will be created automatically)

  2. 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"
}