Creating a Mashery Local Cluster

Creating the Mashery Local Cluster

  1. Execute the following command. This deploys the desired number of Mashery Local 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