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

https://github.com/albertoimpl/spring-cloud-gateway-k8s-controller


https://github.com/albertoimpl/spring-cloud-gateway-k8s-controller

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

Setup:
```shell script
k delete springcloudgateways my-gateway-with-crd
k delete deployment.apps/vanilla-oss-gateway-deployment
k delete networkpolicy/network-policy-quack
k delete customresourcedefinitions springcloudgateways.tanzu.vmware.com

k apply -f spring-cloud-gateway-custom-resource-definition.yaml

k get all
k get networkpolicies
k get scgs
```

Start `SpringCloudGatewayControlPlaneWithCRDReconciler`
```shell script
k apply -f my-gateway-with-crd.yaml

k get all
k get networkpolicies
k get scgs

k delete scg my-gateway-with-crd

k get all
k get networkpolicies
k get scgs
```