Initial Pipeline Run
Start a development environment
Take a look at ./infra/k3d/scripts/create_k3d_cluster.sh to familiarize yourself with its contents before running it with:
./infra/k3d/scripts/create_k3d_cluster.shThis pipeline file will be used by infctl to create a couple of resources to smoke test the cluster.
infctl -f infra/pipelines/dev/k3d/pipeline.jsonwhich will look something like this
infctl -f infra/pipelines/dev/k3d/pipeline.jsonDeploymentType: developmentUsing jsonFile: infra/pipelines/dev/k3d/pipeline.jsonrun json deployment => 🔄 ensure inf namespace existsin k8sCreateNamespace with project: infctl✅ Step completed: ensure inf namespace existsrun json deployment => 🔄 create php configmap🐞 Running command: ./infra/k3d/scripts/create_php_configmap_ctl.shconfigmap/php-config createdNGINX configmap created successfully.✅ Step completed: create php configmap✅ 🚀 Pipeline completed successfullydelete our test cluster with
k3d cluster delete mycluster