Answer
Start the Airlock Minikube Example which illustrates how to connect all the pieces together. It shows the interaction of Airlock Microgateway with an application, Airlock IAM, logging, monitoring and reporting.
Hi Buran
I understand you just want WAF protection first and bother about monitoring and logging later. And you prefer using docker compose instead of Minikube.
Airlock Microgateway is known to work in docker-compose setups. However, docker-compose is not one of the target platforms for which Microgateway deployments are optimized. We recommend using any Kubernetes distribution instead.
Deployments in Kubernetes bring many advantages, such as:
Readiness and Liveness Probes
Scaling horizontally
Easy integration in CI/CD pipelines (GitOps)
Canary deployments
Rollover without downtime
If you want to use Kubernetes to deploy a minimal setup, I suggest you follow the Getting Started chapter in the docs.
Hi Daniel,
Our target platform is kubernetes but we get error computer doesn't have VT-X/AMD-v enabled with the example because our platform does not support VMs. We will try SMC next.
Thanks