
[EXPÉRIMENTAL] Kubernetes Operator pour Image Assurance
EXPÉRIMENTAL
Operator Kubernetes pour l'assurance d'images
Il fonctionne comme
$ kubectl apply -f manifests/opa.yaml
$ kubectl apply -f manifests/cert-manager.yaml
$ export IMG=your_account/controller:latest
$ make docker-push
$ make deploy
$ kubectl apply -f manifests/opa.yaml
$ kubectl apply -f manifests/cert-manager.yaml
$ skaffold dev