Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 513 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 513 Bytes

config-compare

This repo is to automate comparing config and secrets for different environments

Prerequisites


Install folowing

  • kubectx
  • python3
  • jq

Steps

  1. create a folder data
    cd data
    
  2. Generate list of secret and configmap names in text files
    chmod +x script.sh
    ./script.sh
    
  3. Start server
    python3 -m http.server 8080
    
  4. Navigate to secrets.html to see secrets
  5. Navigate to configs.html to see configmaps