Skip to content

harinderjits-git/sampleapppub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample application deployment on Kubernetes and SQLServer (Azure and GCP)

Description

This repositry shares :

  • The application code in golang
  • Terraform and Terragrunt code to provision all the infrastructure in Azure Cloud
  • helm chart to deploy application on k8s cluster

Prerequisites:

Please have the below installed on your WSL

  • Install terraform
  • Install terragrunt
  • Install az CLI (for azure)
  • Install Docker
  • Install gcloud cli (for GCP)

Usage

credits

Original sampleapp go code repository: https://github.com/gotochkin/sample-app