Vikas0612 / terraform-kubernetes-namespace

This repo contains a Module for managing Kubernetes Namespaces with Terraform.

Home Page:https://gruntwork.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Namespace

Maintained by Gruntwork.io Terraform Version

This repo contains a Module for managing Kubernetes Namespaces with Terraform.

Features

  • Deploy a Namespace from scratch
  • Configure Namespaces with default RBAC roles
  • Create and manage Namespace scoped Service Accounts with various access levels via RBAC

Learn

This repo is a part of the Gruntwork Infrastructure as Code Library, a collection of reusable, battle-tested, production ready infrastructure code. If you've never used the Infrastructure as Code Library before, make sure to read How to use the Gruntwork Infrastructure as Code Library!

Core concepts

Repo organization

  • modules: the main implementation code for this repo, broken down into multiple standalone, orthogonal submodules.
  • examples: This folder contains working examples of how to use the submodules.
  • test: Automated tests for the modules and examples.

Deploy

  • examples folder: The examples folder contains sample code optimized for learning, experimenting, and testing (but not production usage).

Manage

Support

If you need help with this repo or anything else related to infrastructure or DevOps, Gruntwork offers Commercial Support via Slack, email, and phone/video. If you're already a Gruntwork customer, hop on Slack and ask away! If not, subscribe now. If you're not sure, feel free to email us at support@gruntwork.io.

Contributions

Contributions to this repo are very welcome and appreciated! If you find a bug or want to add a new feature or even contribute an entirely new module, we are very happy to accept pull requests, provide feedback, and run your changes through our automated test suite.

Please see Contributing to the Gruntwork Infrastructure as Code Library for instructions.

License

Please see LICENSE.txt for details on how the code in this repo is licensed.

About

This repo contains a Module for managing Kubernetes Namespaces with Terraform.

https://gruntwork.io/

License:Apache License 2.0


Languages

Language:HCL 68.7%Language:Go 28.0%Language:Smarty 3.3%