Install my Lab

How to get Instana Tags (RedHat or Similar) :

sudo dnf --showduplicates list instana-kubectl



using the singlenode install script on microk8s / almalinux


create dir _wip in /home/manfred/instana-server-on-k8s/single-node-k8s


use microk8s host provisonier instead of ranger :

setup local-storage sc 


apiVersion: storage.k8s.io/v1

kind: StorageClass

metadata:

  annotations:

  name: local-path

provisioner: microk8s.io/hostpath

reclaimPolicy: Delete

volumeBindingMode: WaitForFirstConsumer


--- not sure if ingress needed