Skip to content

Commit

Permalink
Added Redhat information and Tips in : CloudDevOps-Guide\Cloud_provid…
Browse files Browse the repository at this point in the history
…ers\Readme.md_providers
  • Loading branch information
Vishal-K-988 committed Oct 18, 2023
1 parent 4273cb1 commit a442c0f
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Cloud_providers/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,45 @@ Certainly! DigitalOcean is known for its simplicity and developer-friendly featu
- Take advantage of DigitalOcean's tutorials and community resources.

These commands provide a foundation for managing resources on DigitalOcean. For further details, refer to the [DigitalOcean CLI Documentation](https://www.digitalocean.com/docs/apis-clis/doctl/) and [DigitalOcean Documentation](https://www.digitalocean.com/docs/).




# Red Hat
Red Hat is a well-known software company that provides open-source solutions, primarily focused on enterprise-level applications and services, including Linux-based operating systems, middleware, and cloud technologies.

Red Hat offers a cloud platform known as Red Hat OpenShift, which is a Kubernetes-based container platform. OpenShift enables developers to build, deploy, and scale applications quickly and efficiently. It supports a variety of cloud providers, including public clouds like AWS (Amazon Web Services), Azure, and Google Cloud Platform, making it easier for organizations to deploy applications on their preferred cloud infrastructure.

**1. Red Hat CLI:**
Red Hat provides a command-line interface (CLI) tool called ```rhel-osp-director``` for managing Red Hat OpenStack Platform environments.

1. General steps for installing Red Hat CLI:

- ***Ensure You Have Red Hat Subscription:***
To install Red Hat CLI tools, you need a valid Red Hat subscription. Make sure you have access to the Red Hat repositories.

- ***Access the Command Line:***
Open a terminal or command prompt on your system where you want to install the Red Hat CLI tool.

- ***Update Your System:***
It's always a good practice to update your system's package repository before installing new software. Run the following command:
```sudo yum update```
If you're using a different package manager like dnf, use dnf update instead.

- ***Install Red Hat CLI:***
You can install the Red Hat CLI tool using the package manager (yum or dnf). The exact command can vary based on your system configuration, but it should be something like:
```sudo yum install rhel-osp-director```
or for `dnf`:
```sudo dnf install rhel-osp-director```

Follow the prompts to confirm the installation. The package manager will download and install the necessary files.

- ***Verify the Installation:***
After installation is complete, you can verify that the CLI tool has been installed by running:
```rhel-osp-director --version```

This command should display the installed version of the Red Hat CLI tool, confirming a successful installation.

For further more details :
- Redhat Openshift Documentation : https://docs.openshift.com/
- Redhat customer portal: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8

0 comments on commit a442c0f

Please sign in to comment.