Skip to content
Kubernetes CRDs for Terraform providers
Go
Branch: master
Clone or download
Latest commit d6f9052 Nov 18, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows Fix linter issues (#32) Oct 23, 2019
api Use controller-tools@v0.2.2 to generate structural schema (#40) Nov 15, 2019
apis Change json.Number to `int` & `float` (#37) Nov 5, 2019
client Rename ProjectServices to ProjectServiceBatch (#35) Oct 31, 2019
data Add `Code generated by Kubeform. DO NOT EDIT` to Auto-Generated F… (#36) Nov 1, 2019
hack Add `Code generated by Kubeform. DO NOT EDIT` to Auto-Generated F… (#36) Nov 1, 2019
templates Add `Code generated by Kubeform. DO NOT EDIT` to Auto-Generated F… (#36) Nov 1, 2019
util
vendor Prepare for v0.1.0 release (#39) Nov 7, 2019
.gitignore Initial commit Jul 10, 2019
CHANGELOG.md Add CHANGELOG.md Sep 8, 2019
DCO Initial commit Jul 10, 2019
LICENSE Initial commit Jul 10, 2019
Makefile Use controller-tools@v0.2.2 to generate structural schema (#40) Nov 15, 2019
README.md Update README.md Nov 18, 2019
acronyms.json Add Acronyms (#19) Sep 6, 2019
go.mod Prepare for v0.1.0 release (#39) Nov 7, 2019
go.sum Prepare for v0.1.0 release (#39) Nov 7, 2019
main.go Add `Code generated by Kubeform. DO NOT EDIT` to Auto-Generated F… (#36) Nov 1, 2019
module-sources.json Add `// +optional` in output (#33) Oct 30, 2019

README.md

Build Status Docker Pulls Slack Twitter

Kubeform

Kubeform by AppsCode is a Kubernetes operator for Terraform. Kubeform provides auto-generated Kubernetes CRDs for Terraform resources and modules so that you can manage any cloud infrastructure in a Kubernetes native way. You just write a CRD for a cloud infrastructure, apply it and Kubeform will create it for you! Kubeform currently supports 5 top cloud platforms. These are AWS, Google Cloud, Azure, Digitalocean and Linode.

Features

  • Native kubernetes support
  • Built on Terraform
  • Supports Terraform resources and modules
  • Use cloud infrastructures as code
  • Define & Manage cloud infrastructures as Kubernetes CRD (Custom Resource Definition)
  • Supports multiple cloud platform
  • 100% open source

Installation

To install Kubeform, please follow the guide here.

Using Kubeform

Want to learn how to use Kubeform? Please start here.

Contribution guidelines

Want to help improve Kubeform? Please start here.

Acknowledgement

Support

We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the AppsCode Slack team channel #kubeform. To sign up, use our Slack inviter.

If you have found a bug with Kubeform or want to request for new features, please file an issue

You can’t perform that action at this time.