Skip to content

guyzsarun-lab/homelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homelab

terraform

Components

Kong

Terraform is used for configuring Kong API Gateway. for Kong installation see ansible-playbook.

Setup

Update the kong_admin_url variable and run the following commands.

cd kong
terraform init
terraform plan

Routes

Route for VMs and Kubernetes services are in the kong/routes directory. simply update the route file and run terraform apply.

Certificates

Certificates are stored in the kong/certificates directory. put the certificate and key file in the directory and run terraform apply.

Grafana

Installation

Update the grafana variable ( url, datasource ) and run the following commands.

cd grafana
terraform init
terraform plan

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages