Upgrade Splunk POD
This topic describes how to perform in-place upgrades and permanently delete (destroy) a Splunk POD environment.
Use the Kubernetes Installer to perform in-place upgrades or permanently delete (destroy) a Splunk POD environment. Before upgrading, learn about Splunk POD versioning syntax.
Splunk POD versioning
Splunk POD releases combine the version numbers of the bundled Splunk Enterprise and Kubernetes Installer into a single string.
Syntax: <Splunk Enterprise version>_<Kubernetes Installer version>
Example: 10.2.0_1.4.0
Package and binary details
Splunk POD installation packages (for example, kubernetes-installer-standalone-10.2.0_1.4.0.tgz) contain the kubernetes-installer-standalone binary, which includes all required OCI images, including Splunk Enterprise.
To check version numbers:
./kubernetes-installer-standalone -version
Version: 1.4.0
Splunk Version: 10.2.0
The Version field identifies the Kubernetes Installer version. The Splunk Version field identifies the Splunk Enterprise version.
Upgrade a Splunk POD deployment
The Kubernetes Installer supports in-place upgrades of the installer binary itself and all bundled OCI images, including SOK, Splunk Enterprise, and other Kubernetes services.
The Kubernetes Installer supports in-place upgrades for the installer binary itself and all bundled OCI images, including SOK, Splunk Enterprise, and other Kubernetes services.This ensures a seamless update path for your Splunk Kubernetes environment.
Destroy the Splunk POD cluster
Permanently delete the existing Kubernetes cluster and all associated data.