Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
dev toolkit for kubernetes multi-cloud multi-service
.. |artifacts_release| image:: https://github.com/willyguggenheim/kubify/actions/workflows/docker-pypi-conda.yml/badge.svg?branch=main :target: https://hub.docker.com/repository/docker/willy0912/kubify .. |docs_release| image:: https://readthedocs.org/projects/kubify-os/badge/?version=latest :target: https://kubify.readthedocs.io/en/latest/?version=latest
make clouds
kubfiy start-all
kubify os oss, version: 9020.0.29
.. code-block:: bash
$ [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"
.. code-block:: bash
$ make clouds $ make clouds-delete
.. figure:: ./docs/img/README_md_imgs/kubify-arch.drawio.png :alt: TURN_KEY_DEVOPS_RAPID_TESTER
.. figure:: ./docs/img/README_md_imgs/AWS-Partner.jpeg :alt: AWSPARTNER
enjoy the fun
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):
make mac
make deb
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?
.. code:: bash
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
FAQs
Rapid Testing Framework for Kubernetes
We found that kubify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.