https://github.com/runyontr/cloud-native-summit
https://github.com/runyontr/cloud-native-summit
cloud-native-summit kudo kudo-terraform-provider terraform
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runyontr/cloud-native-summit
- Owner: runyontr
- Created: 2020-03-25T00:03:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T00:14:32.000Z (about 5 years ago)
- Last Synced: 2025-01-30T11:29:27.627Z (4 months ago)
- Topics: cloud-native-summit, kudo, kudo-terraform-provider, terraform
- Language: HCL
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo
## EKS Terraform Hooked to KUDO
```bash
export AWS_PROFILE=decops tf apply
```zk count = 3
prefix = SOMETHINGRollout the apply
## KUDO
KUDO Overview
Exploration of Service
Describe Blue/Green and Canary updated
Each Parameter can have a different rollout### App
AWS EKS cluster
Zookeeper Instance
App provides 2 part message:
1) String prefix
BLUE/GREEN
2) zookeeper connection string
CANARYWatcher pod for logging results
### Scale Zookeeper
Two screens, one
```bash
kubectl logs -f watcher
``````bash
watch kubectl get pods,instances
```