GithubHelp home page GithubHelp logo

cbrendanprice / terraform-provider-kind Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tehcyx/terraform-provider-kind

0.0 0.0 0.0 14.33 MB

Terraform Provider for kind (Kubernetes IN Docker)

License: Apache License 2.0

Shell 5.45% Go 92.41% Makefile 1.34% HCL 0.80%

terraform-provider-kind's Introduction

Terraform Provider for kind

Overview

The Terraform Provider for kind enables Terraform to provision local Kubernetes clusters on base of Kubernetes IN Docker (kind).

Quick Starts

Note

For the runtimeConfig field there's special behaviour for options containing a / character. Since this is not allowed in HCL you can just use _ which is internally replaced with a / for generating the kind config. E.g. for the option api/alpha you'd name the field api_alpha and it will set it to api/alpha when creating the corresponding kind config.

Example Usage

Copy the following code into a file with the extension .tf to create a kind cluster with only default values.

provider "kind" {}

resource "kind_cluster" "default" {
    name = "test-cluster"
}

Then run terraform init, terraform plan & terraform apply and follow the on screen instructions. For more details on how to influence creation of the kind resource check out the Quick Start section above.

terraform-provider-kind's People

Contributors

tehcyx avatar dependabot[bot] avatar unicell avatar cbrendanprice avatar keisukeyamashita avatar a-thaler avatar brandonros avatar jackflukinger avatar jwillebrands avatar jrhouston avatar nickjj avatar nicokratky avatar pst avatar w9n avatar shaneramey avatar cspengl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.