kubernetesEasy Playground

Official Kubernetes client library for Python

Getting started with kubernetesRun locally
Install
pip install kubernetes
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: kubernetes)

kubernetes is a third-party package. Official Kubernetes client library for Python. Install with: pip install kubernetes

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?