Skip to content

devndive/tasks-infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

What is this?

In this repo I am holding some sample scripts to build a demo infrastructure to host containers. Right now, there is only a script to deploy an Azure Kubernetes Service (AKS) and an Azure Container Registry.

Preliminaries

You need to have the following tools installed

  • az cli
  • kubectl

Setup

# Login to your Azure account and select the subscription you want to use
az login

To make everything run you need to clone 3 repos, this one, the frontend and the backend-api

mkdir tasks && cd tasks

git clone git@github.com:devndive/tasks-infrastructure.git
git clone git@github.com:devndive/tasks-frontend.git
git clone git@github.com:devndive/tasks-backend-api.git

cd tasks-infrastructure
./create-infrastructure.sh

kubectl apply -f ./deployment.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages