rancher redis部署

Last updated on September 15, 2024 pm

🧙 Questions

使用rancher部署redis

☄️ Ideas

  • Name: infra-redis
  • Docker Image: redis:6.0.4
  • Port Mapping:
    • Port Name: redis-port
    • Publish the container port: 6379
    • On listening port: 30101
  • Volumes: Bind-mount a directory from the node
    • vol1:
      • Path on the Node:/data/redis/data
      • Mount Point: /data
    • vol2:
      • Path on the Node: /data/redis/conf/redis.conf
      • Mount Point: /redis.conf
配置
sudo mkdir -p /data/redis/conf/
sudo vim /data/redis/conf/redis.conf
notify-keyspace-events Ex

20220809153015


rancher redis部署
https://ispong.isxcode.com/kubernetes/rancher/rancher redis部署/
Author
ispong
Posted on
May 28, 2021
Licensed under