From 4273cb16163b6f7b34606173f1202fcec159ac51 Mon Sep 17 00:00:00 2001 From: Vishal K Date: Tue, 17 Oct 2023 22:59:56 +0530 Subject: [PATCH 1/2] changed gcp.md file --- Cloud_providers/GCP/gcp.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cloud_providers/GCP/gcp.md b/Cloud_providers/GCP/gcp.md index 461b735..3cd9bb5 100644 --- a/Cloud_providers/GCP/gcp.md +++ b/Cloud_providers/GCP/gcp.md @@ -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. From a442c0fc187052b6e44f57203b90acfd32fdca7b Mon Sep 17 00:00:00 2001 From: Vishal K Date: Wed, 18 Oct 2023 14:52:54 +0530 Subject: [PATCH 2/2] Added Redhat information and Tips in : CloudDevOps-Guide\Cloud_providers\Readme.md_providers --- Cloud_providers/Readme.md | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/Cloud_providers/Readme.md b/Cloud_providers/Readme.md index 818a488..61edb93 100644 --- a/Cloud_providers/Readme.md +++ b/Cloud_providers/Readme.md @@ -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