Step-by-Step OpenShift Cluster Deployment on AWS | Full Installation Guide 🚀
LKCloudTech
0:00 / 0:00
Step-by-Step OpenShift Cluster Deployment on AWS | Full Installation Guide 🚀
1 116 просмотров · 1 год назад
LKCloudTech
3,47 тыс. подписчиков
1 116 просмотров · 1 год назад
Installtion steps below
Prerequisites
AWS Account with EC2, S3, IAM, Route53 access.
Domain from Hostinger with DNS access.
Workstation (Linux/macOS) with:
AWS CLI (aws configure)
OpenShift CLI (oc)
https://mirror.openshift.com/pub/open...
https://mirror.openshift.com/pub/open...
https://mirror.openshift.com/pub/open...
tar -xvf openshift-install-linux-4.14.2.tar.gz
chmod +x openshift-install
sudo mv openshift-install /usr/local/bin/
which openshift-install
openshift-install version
openshift-install completion bash oi completion.bash
source./oi.completion bash
ssh-keygen -f ${HOME}/.ssh/ocp4-aws-key -N ""
ls -l ${HOME}/.ssh/ocp4-aws-key*
ls –ralt .ssh
aws route53 create-hosted-zone --name ocp.coudify.network --caller-reference "$(date +%s)"
Now configure awsaws configure –profile ocp
export AWS_PROFILE=ocp
Now run
aws route53 create-hosted-zone --name ocp.coudify.network --caller-reference "$(date +%s)"
mkdir ocp
openshift-install create install-config --dir=./ocp/
the below link is for pull the Secret coad from REDHAT
https://console.redhat.com/openshift/...
cd ocp
ls
vi install-config.yaml
change as master nodes -1 or 2 your wish :
openshift-install create install-config --dir=./
openshift-install create cluster --dir=./ --log-level=debug
#redhatopenshiftinstall,installredhatopenshift,#installopenshiftonaws,#installopenshiftclusters,#installopenshift,#devops,#aws,#kubernetes,#easyistallopenshift,#openshiftclusterseasy,#easydevosp,#bestopenshiftinstallation