An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Demo

## EKS Terraform Hooked to KUDO

```bash
export AWS_PROFILE=decops tf apply
```

zk count = 3
prefix = SOMETHING

Rollout 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
CANARY

Watcher pod for logging results

### Scale Zookeeper

Two screens, one

```bash
kubectl logs -f watcher
```

```bash
watch kubectl get pods,instances
```