zl程序教程

您现在的位置是:首页 >  后端

当前栏目

k31.第十三章 K8s高级篇-中间件容器化及Helm (二)

k8s中间件容器 高级 Helm 第十三章
2023-09-14 09:09:04 时间

6.2 Redis集群使用和扩容

[root@k8s-master01 redis-cluster-operator]# kubectl get svc -n redis-cluster 
NAME                                TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)              AGE
example-distributedrediscluster     ClusterIP   10.106.22.186    <none>        6379/TCP,16379/TCP   9m47s
example-distributedrediscluster-0   ClusterIP   None             <none>        6379/TCP,16379/TCP   9m47s
example-distributedrediscluster-1   ClusterIP   None