Month: September 2021
Install Terraform
Here is the HashiCorp tutorial link… Install Terraform Here is my output on a cloud9 host: bitnami@ip-172-26-15-161:~$ sudo apt-get update && sudo apt-get install -y gnupg … (a bunch of output) bitnami@ip-172-26-15-161:~$ curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add – OK bitnami@ip-172-26-15-161:~$ sudo apt-add-repository “deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main” bitnami@ip-172-26-15-161:~$ sudo apt-add-repository “deb [arch=amd64] https://apt.releases.hashicorp.com…
Configure node-pressure-eviction kOps
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Here are the edits we need to make to the cluster config in kubelet. kubelet: victionHard: memory.available
k8s with kops and terraform
kOps kubernetes AWS account Source Control is nice to have also… Links: https://github.com/kubernetes/kops/blob/master/docs/getting_started/aws.md I assume you are at a console with the AWS cli installed and connected to an account. Create a route53 domain for your cluster Already completed… need to populate. Create an S3 bucket to store your clusters state Already completed……