Examples
These example plugins can be easily taken as basis for constructing your own plugins to fit your specific needs. These are some of the examples in the plugins repository:
Resource Plugin | Description |
---|---|
k8s-apply | A plugin to provision Kubernetes resources (e.g.: ConfigMaps, Secrets, etc.). |
terraform | A plugin that demonstrates how to use terraform to provision resources. |
mariadb | A plugin that provisions an in-cluster temporary mariadb server (via a helm chart). |
postgres-vault | A plugin integrated with hashicorp vault that provisions an ephemeral postgres database. |
amazon-sqs | A plugin that provisions ephemeral queues in Amazon SQS (via the aws CLI). |
New examples are under development. Please leave suggestions in our community issue tracker.