Documentation
Cartographer ¶
Cartographer allows you to create secure and reusable supply chains that define all of your application CI and CD in one place, in cluster.
Components ¶
- cartographer
Supported Providers ¶
The following table shows the providers this package can work with.
AWS | Azure | vSphere | Docker |
---|---|---|---|
✅ | ✅ | ✅ | ✅ |
Configuration ¶
The Cartographer package has no configurable properties.
Installation ¶
The Cartographer package requires use of cert-manager for certificate generation.
Install cert-manager Package
tanzu package install cert-manager \ --package-name cert-manager.community.tanzu.vmware.com \ --version ${CERT_MANAGER_PACKAGE_VERSION}
You can get the
${CERT_MANAGER_PACKAGE_VERSION}
from runningtanzu package available list cert-manager.community.tanzu.vmware.com
. Specifying a namespace may be required depending on where your package repository was installed.Install the Cartographer package
tanzu package install cartographer \ --package-name cartographer.community.tanzu.vmware.com \ --version ${CARTOGRAPHER_PACKAGE_VERSION}
You can get the
${CARTOGRAPHER_PACKAGE_VERSION}
from runningtanzu package available list cartographer.community.tanzu.vmware.com
. Specifying a namespace may be required depending on where your package repository was installed.
Documentation ¶
For documentation specific to Cartographer, check out cartographer.sh and the main repository vmware-tanzu/cartographer.