Last active
January 23, 2020 16:03
-
-
Save satishchennu1/f2eaecce8b0102a0f091abe78274b3ee to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| I am trying to install gremlin on my openshift using kubernates environment . | |
| Was able to do both the steps | |
| Step 1: Downloading your Gremlin client certificates | |
| a) Navigate to Team Settings and click on your Team. Click the blue Download button to save your certificates to your local computer | |
| step 2: Set up your Gremlin credentials | |
| gremlin account (sign up here) you will need to get your Gremlin Daemon credentials. Login to the Gremlin App using your Company name and sign-on credentials | |
| step 3: Installation with Helm | |
| a) export GREMLIN_TEAM_ID="YOUR_TEAM_ID" | |
| b) export GREMLIN_CLUSTER_ID="Your cluster id" | |
| c) Creating attacks using the Gremlin App | |
| 1) Creating a CPU Attack against a Kubernetes node using the Gremlin App | |
| I am not able to get clusterid , can you please let me know how to get the cluster id in openshift. | |
| https://www.gremlin.com/community/tutorials/how-to-install-and-use-gremlin-locally-with-kubernetes/ |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
adding the grelmin steps