Skip to main content

A Django app to manage kubernetes clusters and objects.

Project description

DjangoKubernetesManager

Django Kubernetes Manager is an ongoing project to wrap the complexity of Kubernetes management in the simplicity of Django Rest Framework.

License

This project is license under the MIT license. Please see the license dir for dependency licenses.

Docs

API

Full

Installation

Install the app using pip:

$ pip install django-kubernetes-manager

Getting Started

  1. Add “django_kubernetes_manager” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'django_kubernetes_manager',
    ]
  2. Include the django_kubernetes_manager URLconf in your project urls.py like this:

    path('dkm/', include('django_kubernetes_manager.urls')),
  3. To create models in your database, run:

    python manage.py migrate
    
    * Requires Postgresql or other database with JSON support.
  4. Start the development server and visit http://127.0.0.1:8000/admin/ to configure a TargetCluster (you’ll need the Admin app enabled).

  5. Create, update, delete, deploy, or remove a Kubernetes object using the api :)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-kubernetes-manager-0.1.8.tar.gz (275.3 kB view hashes)

Uploaded Source

Built Distribution

django_kubernetes_manager-0.1.8-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page