Optimize T4K Backups with StormForge

This article helps users to install and configure StormForge. It can be used find the optimized resource configuration of T4K to run the backup

Introduction

Today many enterprises running Kubernetes applications are not aware of a way to monitor and optimize the resources used by those applications.

StormForge is a platform that helps users to automate resource tuning and deliver the best Kubernetes application performance at the lowest possible cost. StormForge allows users to run an experiment with a user specified number of trials. The trial runs on an application to find the optimized resource configuration required to perform certain operations. It uses machine learning algorithms to pick the combination of CPU, RAM and other resources to run a trial.

Install and configure StormForge with T4K

Follow below instructions to install and configure the StormForge with Trilio for Kubernetes and run the experiment to find the optimized resource configuration of T4K

Install and Configure StormForge redsky-controller-manager with K8s Cluster

  1. Download and install redskyctl CLI

curl -L https://app.stormforge.io/downloads/redskyctl-linux-amd64.tar.gz | tar x
sudo mv redskyctl /usr/local/bin/

2. Authorize the linux server from where redskyctl will be evoked to run the experiment

redskyctl login --force

Enter the URL generated by above command into the browser to authorize the Linux server

https://auth.carbonrelay.io/authorize?audience=https%3A%2F%2Fapi.carbonrelay.io%2Fv1%2F&client_id=pE3kMKdrMTdW4DOxQHesyAuFGNOWaEke&code_challenge=nUaqSbjv0grweFAMrv_Zk9KBg_8o-4AQAnwxpijJlGk&code_challenge_method=S256&redirect_uri=http%3A%2F%2F127.0.0.1%3A8085%2F&response_type=code&scope=register%3Aclients+offline_access&state=nHGW89zTYO39loEALGTsig

3. Verify if you are connected to the server where you want to run the experiment

kubectl get nodes
NAME                                          STATUS   ROLES               AGE    VERSION
ip-mytesthost-w1.us-east-2.compute.internal   Ready    worker              4d5h   v1.19.9
ip-mytesthost-w2.us-east-2.compute.internal   Ready    worker              4d5h   v1.19.9
ip-mytesthost-m1.us-east-2.compute.internal   Ready    controlplane,etcd   4d5h   v1.19.9
ip-mytesthost-m2.us-east-2.compute.internal   Ready    controlplane,etcd   4d5h   v1.19.9
ip-mytesthost-w3.us-east-2.compute.internal   Ready    worker              4d5h   v1.19.9
ip-mytesthost-m3.us-east-2.compute.internal   Ready    controlplane,etcd   4d5h   v1.19.9

4. Initiate the redsky controller manager pod on the kubernetes cluster

5. Verify if the redsky-controller-manager is running on k8s cluster

6. Authorize the kubernetes cluster, where user want to run the experiment and application is present

Install Demo Application and Configure T4K Resources

1. There must be an application running in the namespace which will be used to perform the backup by StormForge experiment

2. It is expected that Trilio for Kubernetes product is installed on the K8s cluster

3. Verify that T4K License is applied to initiate the backup

4. Make sure that the Target to store the backup is configured and is in Available state

5. Create a Backup plan for the application or namespace

6. Verify the backup plan is created correctly

Configure and Monitor StormForge Experiment

  1. Users need to create a backup, bash script to monitor the backup and tvk-manager configmap.

2. User has all required entities in place to start the experiment

3. User can monitor the running experiment being performed for each backup.

4. Check the new Trial running by the experiment

5. Verify the jobs

Monitor the Experiment from StormForge UI

  1. After the experiment is in running state, user can view the progress at the StormForge UI using the login they have configured.

StormForge Experiment Trial Run Graph

2. Once the experiment run is complete, StormForge experiment will show the recommended configuration with resource details.

StormForge Recommended Resource Configuration

Delete / Remove StormForge Experiment

  1. After the experiment run is complete, user can remove the StormForge redsky-controller-manager with simple commands

  • Delete the experiment from kubernetes cluster along with all other resources

  • Delete the experiment from redsky tenant

Note: If you delete the experiment from redsky tenant, it will get deleted from the StormForge UI as well.

2. If user is facing any issues while running the experiment, they can check logs of redsky-controller-manager

Conclusion

Using StormForge, users can create desired experiments. Users run those experiments on Kubernetes cluster with applications running and perform operations like Backup/Restore. StormForge UI will provide the analysis through a well curated graph. It will show the best to worst combination of resources used to perform the operation in a particular trial. These optimized resource combinations can be applied in the production clusters to achieve the desired RPO/RTO.