Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

terraform Juan Diego

Terraform Workshop

Fisrt of all we need to create an achive to explain everything from our cluster image

There are some steps that we need to know before doing the cluster into azure

We need to have an account with suscription or have credits into azure

We need to have installed Terraform

We need to have installed Azure CLI

So whe we want to deploy the cluster we use the next comand lines and specific things like:

In the start of the document put the provider and the suscription id from our account

provider "azurerm" { subscription_id = "fe2209f4-c434-4a75-bdf3-ea45b7b93ae5" features {} }

We use this commands to deploy the cluster

terraform init terraform validate terraform plan terraform apply

#Terraform Workshop 1

Here we verify that our service is on azure image

Now we switch the context image

Now we create the nginx pod image

Now we change the type to obtain a port to search in http image image

Here we: image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages