Different ways to create a Kubernetes cluster
Most of the chapters in the book list having a Kubernetes cluster as one of the prerequisites to follow the instructions in each chapter. While we have learned about three different approaches to creating Tanzu clusters in this book as referenced in the following points, there are also various other ways to get your Kubernetes cluster up and running with minimal effort. This section lists some of the many ways to create a Kubernetes cluster.
Creating Tanzu Kubernetes Grid clusters
The following list include ways to create Tanzu Kubernetes Grid clusters:
- Tanzu Kubernetes Grid: In Chapter 7, Orchestrating Containers across Clouds with Tanzu Kubernetes Grid, we described how you can use Tanzu Kubernetes Grid to create a managed enterprise-ready Kubernetes cluster.
- Tanzu Mission Control: Tanzu Mission Control makes it very simple and straightforward to create a Kubernetes cluster. We covered it in detail in Chapter 9, Managing...