Skip to main content

Kustomize for Kubernetes, but in Python

Project description

Build your Kubernetes manifests for Kustomize in Python!

https://img.shields.io/pypi/v/kustomize.svg https://img.shields.io/pypi/pyversions/kustomize.svg https://img.shields.io/travis/yougov/python-kustomize/master.svg

Overview

The reason for this project to exist is to make it easier to create dynamic manifests to be exported for usage in Kubernetes’ “Kustomize” tool. And, by using Python and supporting the “dataclasses” language feature, it also helps reducing boilerplate by encouraging code reuse.

Kustomize, by itself, is already a very powerful tool, and it’s possible to deal with different apps and environments by using the “overlays” approach; but it’s not dynamic enough if you need to define manifests parameters through environment variables, for example. So this project aims to cover that gap.

A complement for Kustomize

This project is by no means a replacement for Kustomize, but rather a complement. The idea is to generate kustomization files from Python files, and then use kubectl apply -k or kustomize build to transform them into final manifests for Kubernetes (even applying them to the cluster).

In other words, the idea is to “compile” Python files into Kustomize files, then just use Kustomize for the rest of the deployment.

Installing

The only mandatory dependency to this project is PyYAML. Besides this, you can have attr installed if you want to use their classes, and, if you’re running on Python 3.6, you can install dataclasses to use them - although this project is tested on Python 3.7 and 3.8 only, it probably runs fine on 3.6.

This package will be available as kustomize; you may install it with pip, for example:

$ pip install kustomize

This will also install PyYAML if it’s not already installed.

Alternatively, you can use any other package manager capable of installing packages from PyPI.

Usage

The summary is:

  1. You write a source directory with Python files representing the Kustomize files (see directories at python-kustomize/tests/fixtures/);

  2. You run:

    $ pykustomize <source-dir> <dest-dir>

    where <dest-dir> will be the directory where Kustomize YAML files will be put at;

  3. Then you can apply the generated Kustomize files into your cluster:

    $ kubectl apply -f <dest-dir>

    and done!

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

kustomize-0.5.0.tar.gz (29.5 kB view details)

Uploaded Source

Built Distribution

kustomize-0.5.0-py2.py3-none-any.whl (61.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file kustomize-0.5.0.tar.gz.

File metadata

  • Download URL: kustomize-0.5.0.tar.gz
  • Upload date:
  • Size: 29.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.0

File hashes

Hashes for kustomize-0.5.0.tar.gz
Algorithm Hash digest
SHA256 b0e554e2922fc89b891e46f09bcbb3163924b88bbe486a85bcb0c8f615aed30f
MD5 0d568e5d4e042ac5d01aa560104c1749
BLAKE2b-256 98d235cdd1599267c0d8b267abb0d36e4b275738dd3d2155fd51f908cbf50363

See more details on using hashes here.

File details

Details for the file kustomize-0.5.0-py2.py3-none-any.whl.

File metadata

  • Download URL: kustomize-0.5.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 61.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.0

File hashes

Hashes for kustomize-0.5.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fe58d0a0813de8c06ce1dcff6bffcbbe062a26bd3e1d38bc971b8d314d293821
MD5 ed297c4917fe0383eec905f73bcdaac0
BLAKE2b-256 c58e7a5b79112f6141629f51cd4aeca582b781fdbb602ae35e171e88ce0eb9f9

See more details on using hashes here.

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