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
- Host: GitHub
- URL: https://github.com/zifter/example-gke-config-connector-pubsub
- Owner: zifter
- License: mit
- Created: 2023-07-05T07:24:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T20:01:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T21:30:44.301Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```