I am stuck on instlling Instana using help to monitor my K8s.
Here is the commands that I am using for this:
kubectl create namespace instana-agent
helm install instana-agent --repo https://agents.instana.io/helm --namespace instana-agent --create-namespace --set agent.key=KEY --set agent.downloadKey=KEY --set agent.endpointHost=ingress-coral-saas.instana.io --set agent.endpointPort=443 --set cluster.name='matt-helm-1212' --set zone.name='US-1' instana-agent
After that, I run this command:
kubectl get all -n instana-agent
At this stage I am stuck, the Instana is stuck to be created and status is remained as "Pneding" all time.
NAME READY STATUS RESTARTS AGE pod/instana-agent-6qw8d 0/2 Pending 0 17m
I am using the following helm version:
version.BuildInfo{Version:"v3.11.0", GitCommit:"472c5736ab01133de504a826bd9ee12cbe4e7904", GitTreeState:"clean", GoVersion:"go1.18.10"}
I waited so long for my Instana agent to be appeard and it never happened. I tried to have a Linux agent and it works however this problem is related to only K8S clusters.
I would like to also add that I am using EC2 machine and microk8s to run K8s clusters.
Please let me know if you require further informaiton.
I tried installing Instana using Helm and I was expecting to see my Instana agent on the Instana agent. It will not be appeard. Instead this is what I see when I check my Instana namespace:
NAME READY STATUS RESTARTS AGE pod/instana-agent-6qw8d 0/2 Pending 0 17m