Getting started with VMware Application Catalog
In this part of the chapter, we will cover the following details:
- How to configure an application catalog
- How to install Kubeapps on a Kubernetes cluster
- How to configure Kubeapps to use a catalog
So, let’s get started with hands-on work. But before that, we need the following prerequisites fulfilled.
Prerequisites
The following points list prerequisites to operationalize VAC:
- A VMware Cloud Services (https://console.cloud.vmware.com/) account with VAC access
- One of the following container repositories that can be accessed by VAC to push catalog items:
- GCR
- Azure Container Registry
- Harbor
- A Kubernetes cluster with the following attributes:
- Version 1.19 or later
- Outbound internet access
- Container registry access that is used by VAC
- Automated Persistent Volume (PV) creation based on Persistent Volume Claims (PVC)
- A workstation with either Linux or macOS
- Helm v3.x installed on the workstation...