Deploy Redis on KubeSphere
This tutorial walks you through an example of deploying Redis from the App Store of KubeSphere.
- You need to create a workspace, a project, and a user account () for this tutorial. The account needs to be a platform regular user and to be invited as the project operator with the
operator
role. In this tutorial, you log in as and work in the projectdemo-project
in the workspace . For more information, see Create Workspaces, Projects, Accounts and Roles.
Hands-on Lab
On the Overview page of the project
demo-project
, click App Store in the top left corner.Find Redis and click Deploy on the App Info page.
-
Wait until Redis is up and running.
Step 2: Access the Redis Terminal
Go to Services and click the service name of Redis.
Under Pods, expand the menu to see container details, and then click the Terminal icon.
In the pop-up window, use the
redis-cli
command in the terminal to use the app.