Kris Kopera
Intelligent Services Blog

Intelligent Services Blog

Follow
Follow
home

What are challenges of containerized applications?

Mar 29, 20232 min read

Containerized applications may face many challenges related to availability, scalability, security, management, networking, storage and debugging ·...

What are challenges of containerized applications?

Flask web app with Bulma frontend run on Docker with Prometheus metrics.

Feb 22, 20215 min read

Simple example web application displays hostname and network address. We used Flask, Bulma with Prometheus and container. · Purpose This post we sharing...

Flask web app with Bulma frontend run on Docker with Prometheus metrics.

Docker logging to AWS CloudWatch

Nov 23, 20204 min read

One of the ways to log Docker containers is to use the logging drivers. These drivers log the stdout and stderr output of a Docker container to a...

Docker logging to AWS CloudWatch

Django fixtures on Kubernetes

Nov 23, 20204 min read

Why do we care? During web development project we use Django's management command named fixtures to backup and restore data. Command dumpdata to save...

Django fixtures on Kubernetes