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 platforms include:
- Google Cloud Platform
- Gardener
Hydroform is a Go package that you can use with any program. It gives you the following commands: provision
, status
, credentials
, and deprovision
. Use them 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.