Giter VIP home page Giter VIP logo

Comments (3)

diegodelemos avatar diegodelemos commented on June 27, 2024

I suppose it is possible since here config.py is prepared to retrieve the credentials from a pod.

from pykube.

brosner avatar brosner commented on June 27, 2024

To give an official answer, yes, pykube is very capable of making calls within the cluster. The classmethod you link to is exactly the way to do it too.

I can vouch for pykube running in-cluster in production and it works great!

from pykube.

mdavis-xyz avatar mdavis-xyz commented on June 27, 2024

How do you use it within the cluster? I get an error because the api object does not have a config attributes.

MWE:

import pykube                  
api = pykube.KubeConfig.from_service_account()             
pykube.Service.objects(api)

Error:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.6/dist-packages/pykube/objects.py", line 17, in __call__
    namespace = api.config.namespace
AttributeError: 'KubeConfig' object has no attribute 'config'

from pykube.

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.