Processing...

1024px-Kubernetes_logo Kubernetes Deployment

Choosing a specific version is recommended to ensure your cluster remains stable with a consistent version. To upgrade in future, simply select a newer version.

General Cluster Settings

Select the internal web site port assignment for the application.
ServicesInital POD CountMax Resources per PodElastic ScalingMax # of pods
Max # of pods
Max # of pods
Max # of pods
Use NLQ
Max # of pods

Pyramid for Kubernetes Deployment Steps

Please execute the following steps, using your command line interface (CLI), to deploy Pyramid.


  1. Install Keda
    kubectl apply -f https://github.com/kedacore/keda/releases/download/v2.2.0/keda-2.2.0.yaml
  2. Install Prometheus Metric Services
    kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
  3. Get the YAML instruction file
  4. Make these changes manually to the YAML file for the NFS storage option. Look for these items:
    nfs:
        path: <NFS path>
        server: <NFS server IP>
    
    Update NFS Path and NFS server IP.
    storage: <storage size>
    
    Update storage size.
  5. Deploy the YAML instruction file
    kubectl apply -f pyramid-analytics-config.yaml
v5.001