Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.21 KB

KUBERNETES.md

File metadata and controls

36 lines (25 loc) · 1.21 KB

Common Kubernetes Setup

Gitter Support

  1. Configure your domain with following A records, point your static IP to:
  dashboard.<your.domain>    --Public-IP--
  api.<your.domain>          --Public-IP--
  radius.<your.domain>       --Public-IP--
  1. (Optional) Postfix mail relay server (Example: Mailjet, Pepipost, Sendgrid, Mandrill)

  2. Customization:

    • In ConfigMap.yml: You need to change the values according to your cluster. You can set any of the variables from the list here to trailor setup to your requirements.
  3. Apply to Kubernetes Cluster:

kubectl apply -f ConfigMap.yml
kubectl apply -f Storage.yml
kubectl apply -f Service.yml
kubectl apply -f Deployment.yml
  1. Each Loadbalancer creates/assigns an IP address, add it to your DNS:
freeradius.<your.domain>    -LoadBalancer-IP-
openvpn.<your.domain>       -LoadBalancer-IP-

NOTE: Containers will take a little while to start working. You can see the status on the Web UI or on CLI by kubectl get all command.