Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomhuang12/my-gitops-repo


https://github.com/tomhuang12/my-gitops-repo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Demonstrate tf-controller with localstack

Once localstack is running, port forward localstack
```bash
export POD_NAME=$(kubectl get pods --namespace localstack -l "app.kubernetes.io/name=localstack,app.kubernetes.io/instance=localstack" -o jsonpath="{.items[0].metadata.name}")
kubectl -n localstack port-forward $POD_NAME 8080:4566
```

When tf-runner finishes applying, list created S3 buckets
```bash
aws --endpoint-url=http://localhost:8080 s3api list-buckets
```