Home
Softono
h

hashicorp-education

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by hashicorp-education

learn-terraform-provision-eks-cluster
Open Source

learn-terraform-provision-eks-cluster

This repository contains Terraform configuration files for provisioning an Amazon Elastic Kubernetes Service (EKS) cluster on AWS. It serves as a companion to a HashiCorp tutorial that walks users through the process of deploying and managing Kubernetes infrastructure using Terraform. The configuration defines the necessary resources to create a fully functional EKS cluster, including the control plane, managed node groups, and required IAM roles and policies. It is intended for learning purposes and demonstrates infrastructure as code practices for Kubernetes orchestration on AWS. Key features include a complete Terraform setup for EKS provisioning, customizable variables for cluster configuration, and examples of using the AWS and Kubernetes Terraform providers. Users can apply the configuration to deploy real AWS resources or adapt it for their own environments. Typical use cases involve learning Terraform with the AWS EKS provider, understanding how to codify Kubernetes infrastructure, building a foundati

Documentation Infrastructure as Code
438 Github Stars
learn-terraform-github-actions
Open Source

learn-terraform-github-actions

Automate Terraform with GitHub Actions is a tutorial companion repository that teaches users how to integrate Terraform workflows with GitHub Actions for infrastructure automation. The project demonstrates how to set up continuous integration and deployment pipelines to manage infrastructure as code using Terraform within GitHub Actions environments. It includes example configuration files, workflow definitions, and Terraform code to illustrate key concepts such as automated planning, applying changes, and managing cloud resources through GitHub-hosted runners. The repository is associated with the HashiCorp tutorial on Terraform automation and serves as a hands-on learning resource for developers and DevOps engineers looking to streamline their infrastructure management. Users can fork or clone the repository to follow along with the tutorial and explore practical implementations of Terraform automation workflows.

Education & Learning Infrastructure as Code
190 Github Stars