Hi, I am trying to run Splunk using kubernetes on my M3 mac.
When executing the command: (as described here https://github.com/splunk/splunk-operator/blob/main/docs/README.md#installing-the-splunk-operator)
cat <<EOF | kubectl apply -n splunk-operator -f - apiVersion: enterprise.splunk.com/v4 kind: Standalone metadata: name: s1 finalizers: - enterprise.splunk.com/delete-pvc EOF
Failed to pull image "splunk/splunk:9.1.3": no matching manifest for linux/arm64/v8 in the manifest list entries
What do I need to do?
Splunk Enterprise is not available for ARM processors. FWIW, I run the standard Linux version of Splunk on my M2 Mac.
@richgalloway I am running Lima VM with Rosetta. Is there a way to emulate amd64? Maybe there is a certain flag I can use?
Why emulate ARM when Splunk doesn't support it?
Personal project