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

https://github.com/zifter/example-gke-config-connector-pubsub

Leveraging Config Connector to Control Pub/Sub Inside GKE: A Complete Example for Granting Access to Pods
https://github.com/zifter/example-gke-config-connector-pubsub

Last synced: 2 months ago
JSON representation

Leveraging Config Connector to Control Pub/Sub Inside GKE: A Complete Example for Granting Access to Pods

Awesome Lists containing this project

README

          

# Example: Usage Config Connector to manage PubSub

## Before you start
You need:
* GKE with Config Connector enabled
* helm

If you wish to change code:
* docker
* python (optional)

## How To Run
```
make prepare
```

In created file `test-values.yaml` change `gcpProjectID` variable to you GCP Project ID.

```
make deploy
```

## Cleanup
```
make destroy
```