Hydroform is an infrastructure SDK you can use to create and manage Kubernetes clusters. Hydroform allows you to manage your clusters on the desired target provider and location.
The currently supported providers include:
- Google Cloud Platform
- Gardener
Hydroform is a Go package you can use with any program to:
- Create and provision the cluster on a selected cloud provider.
- Check the status of the cluster.
- Fetch the kubeconfig file to communicate with the cluster.
- Delete the cluster along with the configuration.
The actions
Hydroform subpackage brings even more extensibility to the standard Hydroform functionality. You can run actions before and after each Hydroform operation. You can also combine the actions in a sequence to run them in a specific order.
Follow the links to view Hydroform usage examples:
For detailed information on Hydroform API, see this documentation.