Cloudeka Guard
kubectl get guard -n <your-namespace>
kubectl get guard -n <your-namespace> -o yamlapiVersion: tenants.cloudeka.ai/v1alpha2
kind: CloudekaGuard
metadata:
name: allow-frontend-to-backend
namespace: <your-namespace>
spec:
endpointSelector:
matchLabels:
app: backend
ingress:
- fromEndpoints:
- matchLabels:
app: frontendkubectl apply -f my-guard.yamlField
Meaning
Last updated
