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 CountNode ResourcesElastic ScalingMax # of pods
Max # of pods
Max # of pods
Max # of pods
Max # of pods
Use NLQ
Max # of pods
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.10.0/keda-2.10.0-core.yaml
  2. Install Metric Server
    For a Google Cloud skip step 2.
    kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
  3. Get the YAML configuration 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 configuration file
    kubectl apply -f pyramid-analytics-config.yaml
v5.001