You can install kr8s
from PyPI using pip
.
$ pip install kr8s
You can also install kr8s
from conda-forge.
$ conda install -c conda-forge kr8s
We endeavor to support all Kubernetes versions that are actively supported by the Kubernetes community and popular cloud hosted Kubernetes platforms.
For each version of Kubernetes we check the following end of life dates:
- Open Source Kubernetes Maintenance Support
- Google Kubernetes Engine Maintenance Support
- Amazon EKS End of Support
- Azure Kubernetes Service End of Support (not including LTS extensions)
Once a version has reached end of life from all providers we remove it from our CI/testing matrix.
Typically new versions are released 3-4 times a year and each version receives 12-15 months of support.