Cloud Advanced: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
* Click on the '''Launch''' button | * Click on the '''Launch''' button | ||
* The process is completely automated, and will take a few seconds to complete. | * The process is completely automated, and will take a few seconds to complete. | ||
Latest revision as of 09:11, 12 January 2024
CS Cloud Advanced Examples
These are more advanced examples of what you can do with CS cloud service.
Catalog Apps
Many popular applications will create Helm charts that simplify launching production ready services. Rancher offers an easy way to access some of these, they call them Catalog Apps. Catalog Apps also offer you a way to keep the application up to date. This example will walk you through launching a production class MariaDB instance with one master and two slaves.
MariaDB
- Log into https://cloud.cs.vt.edu
- Go to your Project page
- Click on Catalog Apps on the menu at the top
- Click on the Launch button
- Find and click on mariadb
- Fill in Name with what you would like to call your MariaDB instance
- Click on the Customize link to change the Namespace
- Click on the Use an existing namespace link to get a drop down list and choose your Namespace
- Personalize the Database User, Database Password, and Database Name fields
- Select
True
for Enable Persistent Volume for MariaDB Master Pod - Select
False
for Enable MariaDB Replication - Select
ClusterIP
for MariaDB Service Type - Click on the Launch button
- The process is completely automated, and will take a few seconds to complete.