Cloud Advanced: Difference between revisions

From Computer Science Wiki
Jump to navigation Jump to search
(Created page with "=== CS Cloud Advanced Examples === More examples to come...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== CS Cloud Advanced Examples ===
== CS Cloud Advanced Examples ==
More examples to come...
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 <code>True</code> for '''Enable Persistent Volume for MariaDB Master Pod'''
* Select <code>False</code> for '''Enable MariaDB Replication'''
* Select <code>ClusterIP</code> for '''MariaDB Service Type'''
* Click on the '''Launch''' button
* 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.