Creating a TIBCO Cloud™ API Management - Local Edition Cluster

Creating the API Management - Local Edition Cluster

  1. Ensure you have access to a working kubeconfig for On-premises Kubernetes cluster.
    export KUBECONFIG=<path to kubeconfig>
  2. If the namespace you provided in manifest-single-zone.json is not present in k8s cluster, run the following command first to create the namespace:
    ./create-tml-namespace.sh
  3. Execute the following command. This deploys the desired number of Local Edition containers on the local cluster. It will show the progress on the terminal itself.
    ./create-tml-cluster.sh
    You can verify your deployment by running the command kubectl get pods. It should list all the pods. Sample output:
    NAME                            READY     STATUS    RESTARTS   AGE
    
    cache-deploy-54c7f7df6b-6w5h4   1/1       Running   0          15m
    
    cache-deploy-54c7f7df6b-w66vs   1/1       Running   0          15m
    
    cass-set-0                      1/1       Running   0          17m
    
    cass-set-1                      1/1       Running   0          16m
    
    db-set-0                        1/1       Running   0          15m
    
    db-set-1                        1/1       Running   0          15m
    
    log-set-0                       1/1       Running   0          16m
    
    tm-deploy-54bb9dddb8-cg2l4      1/1       Running   0          15m
    
    tm-deploy-54bb9dddb8-fdz6c      1/1       Running   0          15m