Using Poetry with a Private Repository

In a previous article we went through the basic configuration and usage steps for Poetry. One thing that is often needed in professional setting is access to password-protected private package indexes, luckily Poetry can do that, lets see how we can go about it.

We will be reusing the Poetry …

Intro to Poetry

Poetry is a Python packaging and dependency management tool that works really well and will bring you into the future of Python project management. The goal of this article is to show you what Poetry can do, and how to do it.

To install Poetry you can simply use pip …

Deploying on Kubernetes using CircleCI and Kubetpl

In a previous article we saw how to turn our Kubernetes resource files into configurable templates using kubetpl. This time we will be going a bit further and integrating kubetpl templates into a CircleCI configuration. This is a good way to deploy new versions of your app automatically when new …

Templating Kubernetes Resource Files

When deploying web applications, or any other type of application, it is often needed or at least very useful to have different versions (or stages) of it deployed. Those usually are Dev, Staging, Production and so on. However, it becomes quite a pain to manage different versions of each of …

author

Marc-Andre Dufresne

Welcome to my personal blog. Here you will find posts about the tools, languages and practices I am using in my day to day. Some of those include, in no particular order, Kubernetes, CircleCI, Python, Poetry, Caddy, Docker, and various other techs.

If you like this blog and find it useful you can donate here!

Tags