Skip to content

Docker image to keep Kubernetes regular tools version up to date without installing local.

License

Notifications You must be signed in to change notification settings

Ark667/K8sUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


K8sUtils

Docker image to keep Kubernetes regular tools version up to date without installing local.
Explore the docs »
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

This project was intended to keep containerized and updated versions of some regular Kubernetes tools.

(back to top)

Built With

(back to top)

Getting Started

You can execute current release with Docker.

docker run --rm -it -v "$env:USERPROFILE\.kube:/root/.kube" ghcr.io/ark667/k8sutils:master bash

You can also clone the repo and build the image yourself.

git clone https://github.com/Ark667/K8sUtils.git
Docker build -t k8sutils .\K8sUtils

(back to top)

Usage

Basic usage is pretty straightforrward. Just run the container with desired tool and parameters. The mapped volume contains Kubectl context configuration so the container tools can also use it.

docker run --rm -it -v "$env:USERPROFILE\.kube:/root/.kube" k8sutils bash
docker run --rm -it -v "$env:USERPROFILE\.kube:/root/.kube" k8sutils kubectl get pods -n kube-system
docker run --rm -it -v "$env:USERPROFILE\.kube:/root/.kube" k8sutils echo `nKUBECT`n========; kubectl version; echo `nKOPS`n========; kops version; echo `nLINKERD`n========; linkerd version; echo ''

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

ko-fi

(back to top)

Contact

Aingeru Medrano - @AingeruBlack

Project Link: https://github.com/Ark667/K8sUtils

(back to top)

Acknowledgments

(back to top)

About

Docker image to keep Kubernetes regular tools version up to date without installing local.

Topics

Resources

License

Stars

Watchers

Forks

Packages