Splunk Enterprise

Trying to run Splunk with minikube on arm64

mory
Observer

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
I am getting the error: 

Failed to pull image "splunk/splunk:9.1.3": no matching manifest for linux/arm64/v8 in the manifest list entries

mory_0-1714303030500.png

 

What do I need to do?

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Splunk Enterprise is not available for ARM processors.  FWIW, I run the standard Linux version of Splunk on my M2 Mac.

---
If this reply helps you, Karma would be appreciated.
0 Karma

mory
Observer

@richgalloway I am running Lima VM with Rosetta. Is there a way to emulate amd64? Maybe there is a certain flag I can use?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Why emulate ARM when Splunk doesn't support it?

---
If this reply helps you, Karma would be appreciated.
0 Karma

mory
Observer

Personal project

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...