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
- Host: GitHub
- URL: https://github.com/albertoimpl/spring-cloud-gateway-k8s-controller
- Owner: Albertoimpl
- Created: 2020-04-02T10:43:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T13:22:30.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T21:28:20.638Z (about 1 year ago)
- Language: Java
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```