kubelink automatically sync files to kubernetes pods
Project description
kubelink automatically sync files to kubernetes pods. It speed up your development. You just work with your local files and kubelink automatically syncing them to your kubernetes cluster.
Using kubelink is as simple as:
kubelink create --name mypreset --source ./ --destination /code --namespace default --selector "app=backend"to create a preset with your settingskubelink watch mypresetto start syncing files
kubelink based on kubectl cp and kubectl exec commands. So, kubelink is lightweight utility.
Requirements
- Python >= 3.7
- kubelink requires that the
tarbinary is present in your kubernetes container. Iftaris not present, kubelink will fail.
Installation
Via pip
pip install kubelink
From source code
git clone https://github.com/waverage/kubelink.git
cd kubelink
python setup.py buiild
python setup.py install
Usage
kubelink create
Create a kubelink config preset with your sync settings.
kubelink create --name mypreset --source /Users/bob/myproject --destination /code --namespace default --selector "app=backend"
- --name - kubelink preset name
- -s, --source - Local source directory to sync
- -d, --destination - Destination directory in kubernetes pod
- --namespace - Kubernetes namespace
- -l, --selector - Label selector to find pod. For example:
-s "app=php" - -c, --container - Container name. Required if pod contains more than one container
- -h, --help - Show help
- --log - Set log level. Default: info. Available levels: info, debug, error
The presets file location is ~/.kubelink/config.yaml.
You can create multiple config presets.
Help available by command:
kubelink create -h
kubelink watch
Start watching for real-time synchronizations.
kubelink watch mypreset
- name - kubelink preset name
- -h, --help - Show help
- --log - Set log level. Default: info. Available levels: info, debug, error
Help available by command:
kubelink watch -h
How to build and publish package
- Build setup.py
python setup.py sdist bdist_wheel
- Upload package to Pypi
twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kubelink-0.0.4.tar.gz.
File metadata
- Download URL: kubelink-0.0.4.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12f85c8a12ee1aa26eccfd1d4b26dc639a16f7c1ccb5d2e07ffc46622a409082
|
|
| MD5 |
bcf192bd3d8bb25cf668d21efc29f574
|
|
| BLAKE2b-256 |
8809262e11216631c55b071e81e13bdb1d6f6022fe2778ea8b2ef4e0afb6bdff
|
File details
Details for the file kubelink-0.0.4-py3-none-any.whl.
File metadata
- Download URL: kubelink-0.0.4-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f2ba0fda0e7c7916a1781f9be842f4f512680efc435f4fff52c6982b67cba9e
|
|
| MD5 |
d221dbc64186b681948c11e8f9d56fbc
|
|
| BLAKE2b-256 |
97b47ab6e4d91cbd20bf0fae866c017a92419c5f77cf4a428d2f3f9d261f0ff8
|