Back to Browse

Step-by-Step OpenShift Cluster Deployment on AWS | Full Installation Guide 🚀

913 views
Premiered Feb 28, 2025
59:46

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/openshift-v4/clients/ocp/ https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.2/openshift-install-linux-4.14.2.tar.gz https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.2/openshift-client-linux-4.14.2.tar.gz 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/downloads#tool-pull-secret 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

Download

0 formats

No download links available.

Step-by-Step OpenShift Cluster Deployment on AWS | Full Installation Guide 🚀 | NatokHD