The module lifecycle stage: Preview
How to check the module’s functionality?
To do this, you need to check the conditions state of the Valkey resource in the user namespace.
All Type should be in True status
kubectl -n <users-ns> get valkey <cluster_name> -owide -w
What Valkey versions are supported by the module?
See Supported Valkey Versions.
How to connect to Valkey?
To connect to Valkey, a service is available in the namespace:
service - d8ms-vlk-<cluster_name>, which always points to the instance and allows read/write operations