Rapid Testing Framework for Kubernetes
Project description
dev toolkit for kubernetes multi-cloud multi-service
release targets
docker/podman https://hub.docker.com/repository/docker/willy0912/kubify
pip/pypa/poerty https://pypi.org/project/kubify
on-boarding
make clouds
kubfiy start-all
welcome
kubify os oss, version: 9020.0.29
getting started
local
$ [pip|conda] install kubify
$ kubify --up
$ kubify --start-all
$ cd services[][] && kubify --start
$ kubify --down
- compatible with cloud providers
aws
gcp
azure
- compatible with devops tools
terraform
terraform cdk
cloudformation
serverless framework
helm and kustomize
“if it works on my computer, it will work in the cloud”
cloud
$ make clouds
$ make clouds-delete
docs
CONTRIBUTING.rst
USAGE.rst
aws partner
enjoy the fun
To use the python package
You can import kubify (we ship to PyPi), and then you can override any folder (such as terraform or services folders) by having folder with the same name in your repo.
See ./examples/simple for Python Package usage example.
To run this repo directly
To contribute to Kubify Open Source (and I hope you do), then clone this repo and:
make cloud cloud=[aws|gcp|azure]
make local
make local start-all
make local [service]
All the dependant services will start and will listen for code changes as well. Efficiently edit the entire codebase.
To install directly on workstation
To install directly on your workstation (instead of just using the container):
apple: make mac
ubuntu, debian and other debian-based: make deb
rhel, centos and other epel-based: make epel
Environment Isolation
Security Minute: You should not give prod access to anyone (but devs need to debug urgent issue in prod). Zero Trust, With No Data Access, yet Identical Env. How?
cd services/example-node-complex-svc
make local prod
What Just Happened?
You are hot patching many services locally (and with the full real environment) without access to data, but with the full real prod! Kubernetes can be amazing, and it is, with Kubify..
Contributing Workflow Patterns
DevContainer
Invoke Python Directly (pull image if missing tools)
Tox (multi-python testing)
Install Directly and Invoke Python Directly
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file kubify-9020.0.29.tar.gz
.
File metadata
- Download URL: kubify-9020.0.29.tar.gz
- Upload date:
- Size: 16.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f906ec397e88fcf0168a4a411be19f8b378d936599b8981800dc5ab54a180115 |
|
MD5 | b492282a4076186613f1a3eec41b44b8 |
|
BLAKE2b-256 | c292a98d50c8e7e5dbd51fd12c28f37644b1ab687b053fbb087e2796eb5dd1dd |
File details
Details for the file kubify-9020.0.29-py2.py3-none-any.whl
.
File metadata
- Download URL: kubify-9020.0.29-py2.py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 598b706b6c92a9793305ab5c51c1fafacde78463e7818fcf92e0f4f082c3c44f |
|
MD5 | 483587e86f6f651176a292e7dd384114 |
|
BLAKE2b-256 | 88ed0f74d81448548d401cc59fc684eab5a9288fda5605e3ec8f08a09f2cacc1 |