Terraform K8s Modules

Terraform Kubernetes Modules
Alternatives To Terraform K8s Modules
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Devops Exercises43,460
8 days ago14otherPython
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
90daysofdevops22,792
3 days ago1May 10, 20227otherShell
I am using this repository to document my journey learning about DevOps. I began this process on January 1, 2022, and plan to continue until March 31. I will be dedicating one hour each day, including weekends, to gaining a foundational understanding of the various aspects of DevOps. This will be a 90-day intensive study period. 2022 & 2023 inc.
Microservices Demo14,238
7 hours ago43August 04, 202237apache-2.0Python
Sample cloud-first application with 10 microservices showcasing Kubernetes, Istio, and gRPC.
Terraformer10,27213 days ago20November 15, 202170apache-2.0Go
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
Homelab6,913
5 days ago21gpl-3.0Go
Modern self-hosting framework, fully automated from empty disk to operating services with a single command.
Docker Android5,714
13 days ago80otherPython
Android in docker solution with noVNC supported and video recording
Checkov5,630410 hours ago2,207July 07, 2022144apache-2.0Python
Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.
Guide5,336
4 months ago10mit
Kubernetes clusters for the hobbyist.
Steampipe5,287312 hours ago352September 20, 2022244agpl-3.0Go
Use SQL to instantly query your cloud services (AWS, Azure, GCP and more). Open source CLI. No DB required.
Kubeoperator4,651
2 months ago37apache-2.0Go
KubeOperator 是一个开源的轻量级 Kubernetes 发行版,专注于帮助企业规划、部署和运营生产级别的 K8s 集群。
Alternatives To Terraform K8s Modules
Select To Compare


Alternative Project Comparisons
Readme

terraform-k8s-modules

Terraform Kubernetes Modules

Requirements

Upgrading to Terraform 0.13

  • Terraform 0.13 can automatically install this plugin. Make sure your Terraform configuration block has the plugin information like this.
terraform {
  required_providers {
    k8s = {
      source  = "mingfang/k8s"
    }
  }
}
  • If you have existing Terraform state created before Terraform 0.13 then you may have to upgrade the state using this command.
terraform state replace-provider 'registry.terraform.io/-/k8s' 'mingfang/k8s'
Popular Kubernetes Projects
Popular Terraform Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Plugin
Kubernetes
K8s
Hcl
Terraform