shlogg · Early preview
Carrie @carrie_luo1

Deploying SafeLine Community Edition On Kubernetes With Minikube

Deploying SafeLine on Kubernetes with minikube and configuring WAF, storage database, and testing

Recently, I've been learning Kubernetes (k8s) and thought of deploying some applications on it to practice. So, I tried using the SafeLine Community Edition and documented the configuration process briefly.

  
  
  Running Environment


System: Ubuntu 22.04
Configuration: 2C8G
Disk: 40G
Tools Used: minikube v1.31.1, SafeLine Community Edition v2.4.0

  
  
  Configuration Files and Related Settings

The configuration files were obtained by modifying the YAML files generated by the kompose tool. They are divided into two parts: one for the main WAF running module configuration file and the oth...