Skip to content

Commit c3aa858

Browse files
author
lerndevops
authored
Create README.md
1 parent 9dd6031 commit c3aa858

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

terraform/Local-Kube/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
***Install terraform on KUBERNETES MASTER Machine:***
2+
3+
cd /tmp ;wget https://releases.hashicorp.com/terraform/1.0.1/terraform_1.0.1_linux_amd64.zip
4+
apt update;apt install -y unzip
5+
unzip terraform_1.0.1_linux_amd64.zip
6+
mv terraform /usr/local/bin/terraform
7+
chmod 755 /usr/local/bin/terraform
8+
terraform --version
9+
10+
**mkdir terraform**
11+
vi main.tf
12+
vi service.tf
13+
14+
15+
terraform init
16+
terraform plan
17+
terraform apply
18+
19+
**kubectl get all**

0 commit comments

Comments
 (0)