Git Product home page Git Product logo

Comments (4)

xiaomi7732 avatar xiaomi7732 commented on June 11, 2024

Hi @eliassal
I see your other issue (#339), and putting it together with this one, I kind of know where the confusion is.

Now, I am not a K8s cluster expert, but here's my understanding: kubectl is contextual, which means it could work for both local and remote clusters (multiple clusters). Please refer to Connect to the cluster to see how to connect kubectl to your AKS cluster.

And to fully understand how kubectl works with multiple clusters, refer to this k8s official documentation: Configure Access Multiple Cluster.

The 2nd issue that I see, is that the zero code light-up example is not working. I'll take a look at what is going on there.

from applicationinsights-kubernetes.

eliassal avatar eliassal commented on June 11, 2024

I know very well kubectl and I did login to the ACR
az acr login --name myregistry
Then
az aks get-credentials --resource-group y-RG --namemyAKSCluster
then I was able to run
kubectl get nodes
and got

image

Then I executed the 3 statements

kubectl create -f k8s-namespace.yaml
kubectl apply -f sa-role.yaml
kubectl create -f k8s-Azure.yaml

but as you can notice in my initial post, it has the image pull error.

from applicationinsights-kubernetes.

xiaomi7732 avatar xiaomi7732 commented on June 11, 2024

Please see comments in #339. Let's address that first.

from applicationinsights-kubernetes.

xiaomi7732 avatar xiaomi7732 commented on June 11, 2024

The code in code light up works. There's no action to take for a code fix. I'll close this one for now. It seems like the issue is about missing permission to pull images from the registry.

from applicationinsights-kubernetes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.