đī¸ Add Kubernetes masters or nodes
đī¸ Apply cluster using Clusterfile
Example Clusterfile:
đī¸ Customize applications image
Build a CloudImage from helm
đī¸ Create cluster workdir
Create a mysql cluster with custom cluster name:
đī¸ Customize images at runtime
Here we use Config object to patch file(s) at runtime. First thing first, let me explain what Config is. Config is an object that describe how to patch, create or replace a specified file in one specified application image OR all images in the run list. Let's say that we need to provision a cluster with node-local-dns installed.
đī¸ Delete Kubernetes masters or nodes
đī¸ Execute any command on any hosts
Cluster-level execution
đī¸ Run a Kubernetes cluster or applications
Run Calico