forked from redhatstuart/Ansiblefest2020
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stuart R. Kirk
committed
Oct 11, 2020
1 parent
15d95ef
commit e6914f1
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Deploy and scale Microsoft Azure Cloud Native infrastructures and applications with Red Hat Ansible Automation | ||
<p align="center"> | ||
<img src="images/microsoft-twitter.png" width="600"> | ||
</p> | ||
<b>This repository contains practical exercises for the Red Hat Summit 2020 Instructor-Led-Lab (ILL), Deploy and scale Cloud Native Microsoft Azure infrastructures and applications with Red Hat Ansible Automation.</b> | ||
<HR> | ||
<h3>Utilizing the Azure Linux CLI, these labs will allow you to interact with Azure to perform the following tasks using Ansible by Red Hat:</h3> | ||
<HR> | ||
<b>Deploy an application and leverage Cloud Native services to scale:</b> | ||
|
||
* Working with the Azure Linux CLI | ||
* Connecting Ansible to Microsoft Azure | ||
* Create a Red Hat Enterprise Linux virtual machine in Azure using the Azure Marketplace. | ||
* Create and configure an Azure MySQL PaaS database. | ||
* Deploy an application on the RHEL virtual machine which utilizes the Azure MySQL PaaS database. | ||
* Generalize the RHEL virtual machine image to create a golden image template for group deployments. | ||
* Scale out the application to multiple servers using Azure virtual machine scale sets. | ||
* Create an application gateway & load balancer to front-end the deployed application. | ||
|
||
<b>Or, choose to work on one of the individual labs below:</b> | ||
|
||
* Big Data - Driving Big Data workloads using Azure HDInsight | ||
* HPC - Explore Azure virtual machine infiniband interconnects and parallel workloads | ||
* Kubernetes - Deploying a scalable application using Azure Kubernetes Service (AKS) | ||
* Migration - Containerizing an application & migrating to Cloud Native services (Apps / Registry / CosmosDB) | ||
* OpenShift - Creating a new project and deploying it to Azure Red Hat OpenShift | ||
* Serverless - Explore Serverless computing and functions using Microsoft Azure | ||
|
||
<p align="center"> | ||
<a href="https://docs.microsoft.com/en-us/azure/openshift/howto-using-azure-redhat-openshift"><img src="images/Red-Hat-OpenShift-4_OG_1200x675.png" width="600"></a> | ||
|
||
Content created by: [Stuart Kirk](https://github.com/stuartatmicrosoft) & [Zim Kalinowski](https://github.com/zikalino) with contributions from [Jason DeLorme](https://github.com/ms-jasondel), [Joey Schluchter](https://github.com/jschluchter) and [Brian Redmond](https://github.com/chzbrgr71). Special thanks to [Michael Yen-Chi Ho](https://github.com/yenchiho) and [Manesh Raveendran](https://github.com/Manesh-R) from the marketing and infrastructure teams for their steadfast support and investments to make this lab possible! | ||
|
||
The content of this program can be re-delivered, on request, to any Microsoft customer seeking to deploy open source workloads on Azure. Please contact [email protected] for additional details and to coordinate delivery of the program. | ||
</p> |