Problem scenario: You are using RHEL 7.x via AWS. You want to install Kubernetes. What do you do?
Solution
1. Log into the Linux server as ec2-user. Then run this command:
sudo yum-config-manager –enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
2. Create this file: /etc/yum.repos.d/kubernetes.repo
3. Have this be the content of the file (with the first line being “[kubernetes]” and the last line ending in “…
…
Continue reading “How Do You Install Kubernetes on an AWS Instance of RedHat Linux?”