Skip to content

AvinashRamireddy31/CompareTable

Repository files navigation

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

About

compare two lists and highlight the matching values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published