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 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 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
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
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..
- DevContainer
- Invoke Python Directly (pull image if missing tools)
- Tox (multi-python testing)
- Install Directly and Invoke Python Directly