Files
awesome-kubernetes/docs/iac.md

21 KiB
Raw Blame History

Infrastructure Provisioning. Infra Management Tools. IaC Infrastructure as Code

  1. Introduction
  2. Local Environment as Code
  3. Comparing the Tools
  4. Tools
  5. Infrastructure as Code using Kubernetes
    1. Config Connector
  6. Videos
  7. Tweets

Introduction

Local Environment as Code

Comparing the Tools

Tools

Infrastructure as Code using Kubernetes

Config Connector

  • ==cloud.google.com/config-connector== Config Connector is an open source Kubernetes addon that allows you to manage Google Cloud resources through Kubernetes.
  • medium.com/globant: Infrastructure as Code using Kubernetes
    • Config Connector (KCC) is a solution to maintain Cloud Resources as Infrastructure as Code. It is built as an Open Source initiative and runs on Kubernetes clusters. As such, it leverages YAML files to maintain and operate such resources.
    • Config Connector has two versions: an Add-On for Google Kubernetes Engine (GKE) clusters and a manual installation for other Kubernetes distributions.

Videos

??? note "Click to expand!"

<center markdown="1">

<iframe width="560" height="315" src="https://www.youtube.com/embed/POPP2WTJ8es" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/EIOuIwKS0P0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/--RRpw_6onA?si=UNaIShD8z-_ZLCwt" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

</center>

Tweets

Click to expand!

Jeez, people in my timeline arguing about the merits of CDK vs. Pulumi and I'm just waiting for you all to get on my level. pic.twitter.com/S3PU7FGuw2

— Corey Quinn (@QuinnyPig) December 14, 2021
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

Do you use the AWS, GCP, or Azure web consoles beyond getting started with a new cloud provider? If so, why not an automation tool such as Terraform or Cloud Formation? pic.twitter.com/5LIZSTcNpG

— Kelsey Hightower (@kelseyhightower) January 19, 2022
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
- [IaC and OpenShift Virtualization handshake (using Terraform for VMs on OCP)](https://medium.com/@nidhibansal26/iac-and-openshift-virtualization-handshake-c0a4ada79af5) 🌟 - Explora la integración de Infraestructura como Código (IaC) con Terraform para gestionar Máquinas Virtuales (VMs) en OpenShift Virtualization, demostrando un 'handshake' efectivo entre ambas tecnologías. - [Building a FinOps-Ready Azure Landing Zone: Infrastructure Foundations for Cost Optimization](https://techcommunity.microsoft.com/blog/AzureInfrastructureBlog/building-a-finops-ready-azure-landing-zone-infrastructure-foundations-for-cost-o/4411706) - *(Related to finops topic)*