Tanzu GemFire for Kubernetes Tutorial: Install operator and create cluster

February 25, 2021

By Charlie Black, VMware In this video I will install the Tanzu GemFire for Kubernetes operator and create my first cluster. * Documentation: https://tgf.docs.pivotal.io/ * Download: https://network.tanzu.vmware.com/ * Product Page: https://tanzu.vmware.com/gemfire Don’t forget to have a certificate manager installed: * kubectl create namespace cert-manager * helm install cert-manager jetstack/cert-manager --namespace cert-manager --version v1.0.4 --set installCRDs=true All of the commands I used in the video * less -S tanzu-secret.yml * kubectl apply -f tanzu-secret.yml -n gemfire-operator * helm install gemfire-operator ~/Downloads/gemfire-operator-1.0.0.tgz -n gemfire-operator * k9s * kubectl create namespace gemfire-cluster * kubectl apply -f tanzu-secret.yml -n gemfire-cluster * cat tanzu-gemfire.yml * kubectl apply -f tanzu-gemfire.yml -n gemfire-cluster * k9s * kubectl -n gemfire-cluster exec -it tanzu-gemfire-locator-0 -- gfsh Thanks for watching!

Previous
Tanzu GemFire for Kubernetes Tutorial: Deploy an App
Tanzu GemFire for Kubernetes Tutorial: Deploy an App

By Charlie Black, Product Manager, VMware In this video we are going to review, deploy and demo a GemFire ...

Next
VMware Tanzu GemFire Brings Fast, Consistent Data to Kubernetes
VMware Tanzu GemFire Brings Fast, Consistent Data to Kubernetes

VMware Tanzu GemFire for Kubernetes, now generally available, is designed to provide fast, consistent data ...