### OverviewHostSpace Kubernetes Engine (HKE) provides an enterprise-grade Kubernetes orchestration platform with a focus on automated scaling, monitoring, and high availability. Redis Cache is a popular in-memory data structure store that can be integrated into HKE for efficient caching. ### Key Features/Components- High-performance in-memory data store- Support for data structures such as strings, hashes, lists, sets, and more- Pub/Sub messaging capabilities- Persistence options for data durability- Cluster support for scalability ### Step-by-step Instructions or Configuration Details1. Deploy Redis Cache in HKE using a Redis Helm chart:```yaml# Example Helm chart values for Redis deploymentredis: enabled: true cluster: enabled: false
kubectl get pods
kubectl exec -it <pod_name> -- redis-cli
:::tip[Next Steps]- Continue to the next guide or explore related topics- Schedule a call with us - https://calendly.com/hostspaceng- Contact [Support](mailto:cloud@hostspace.ng) if you need assistance:::