Skip to content

TTiVentures/GKE-Secret-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Editor for Google Kubernetes Engine Secrets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages