- Deploy a basic AKS cluster. (
cf-for-k8s
currently only support versions <1.16.0) - Create a build directory and cd into it
mkdir build && cd build
- Run the
create-config.sh
script (ex.../create-config.sh sys.cf-for-k8s.example.com apps.cf-for-k8s.example.com
) - Connect to the cluster
az aks get-credentials ...
- Deploy cf-for-k8s
kapp deploy -a cf -f <(cat cf.kapp)