Open alberpilot opened 2 years ago
I was reviewing the creation of the managed k8s cluster in Google Cloud and it exceeded the limit of CPU and IP addresses of quota, so I sent a request to increase it.
Hi everyone, I'm currently working on it, I was able to deploy this on GKE (Not with autopilot due to quotas) and only AKS is missing for the 3 major cloud providers. I'll keep you updated and when everything works I'll PR everything.
Really applications such as Wazuh should not include cloud-provider-specific things since Kubernetes itself provides cloud-agnostic constructs. I'm having a lot of trouble deploying Wazuh to a vanilla Kubernetes cluster for this reason. Some areas for improvement:
type: LoadBalancer
is actually one of the more expensive options for cloud providers. Allowing users to choose between LoadBalancer IPs or Ingresses would be ideal.
The Wazuh Kubernetes repository was designed for local and EKS environments. We should identify what dependencies exist and adapt them to make the repository universal for all kinds of environments, not only for EKS.