Hello
I'm running splunk with Kubernetes and i want to upgrade splunk version from 7.2.6 to 8.XX
Is there something special i need to take into account ?
There is any difference between upgrading vm server or Kubernetes ?
Thanks
Just update your deployment manifest with the version of Splunk you want to use ("latest", specific version, etc.).
k8s is fantastic because you can use canary deployments to test different versions in the same namespace.
Just update your yaml and deploy.