apache / cloudstack-kubernetes-provider

Apache Cloudstack Kubernetes Provider
https://cloudstack.apache.org/
Apache License 2.0
38 stars 21 forks source link

Add support for NetworkACLs for LB on VPC networks #69

Closed Pearl1594 closed 2 months ago

Pearl1594 commented 3 months ago

This adds support to create and delete Network ACLs as done for Isolated networks (where Firewall rules are added)

On cluster creation:

image

On deploying nginx

kubectl apply -f image

On deleting nginx

kubectl delete -f image

Pearl1594 commented 2 months ago

need to upload the image to apache docker repo - before it's merged

Pearl1594 commented 2 months ago

@kiranchavala I don't think the issue is wrt to this PR, but in general there's an issue with vmware.

nvazquez commented 2 months ago

LGTM - thanks @Pearl1594