Skip to content

Commit

Permalink
Merge pull request #203 from Vishal-K-988/vishal2
Browse files Browse the repository at this point in the history
this fixes #58   More about RedHat Enterprises
  • Loading branch information
Tikam02 committed Oct 18, 2023
2 parents d2a5cfc + a442c0f commit a85fc9f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cloud_providers/GCP/gcp.md
Expand Up @@ -104,7 +104,8 @@ Google Cloud Platform is a suite of cloud computing services offered by Google.

- **Vulnerability Scanning:** It includes vulnerability scanning for GCP assets.

## 18. **Google Cloud AutoML**
## 18. **Google Cloud AutoML**


- **Google Cloud AutoML:** AutoML is a suite of machine learning products that enables developers with limited ML expertise to build custom machine learning models for specific use cases.

Expand Down
42 changes: 42 additions & 0 deletions Cloud_providers/Readme.md
Expand Up @@ -227,3 +227,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 a85fc9f

Please sign in to comment.