Browsing Tag
docker
145 posts
5 Cheap Ways to Host Redis
Hetzner, Sliplane, Render, Hashmaps (?!?!), Upstash – Picking a hosting provider for your Redis database can be challenging,…
Облачные технологии и виртуализация — ключевые концепции.
Гипервизоры и уровни виртуализации Гипервизор – является центральным элементом в виртуализации, выступая как управляющий слой между физическим оборудованием…
Docker Compose for a Full-Stack Application with React, Node.js, and PostgreSQL
The Premise So you’ve built a Full Stack application that you got working as you wanted, and want…
Use non-root user in scratch docker image
It’s considered best practice to use non-root user in docker images, even if it’s built from scratch image.…
Take control! Run ChatGPT and Github Copilot yourself!
The Dark Side I guess by now everyone already used ChatGPT in some form. At some point I…
Docker Build with Mac
Docker is a popular containerization platform that allows developers to package their applications and dependencies into portable containers.…
Setting Up Docker Compose for Golang Application
This post will explain how I create Dockerfile and docker-compose.yml for golang development. The full code can be…
Containerize your multi-services app with docker compose
This article was posted first on my personal blog mariusniemet.me In this previous article, we learned what a…
Kubectl Scale – DevOps Guide
Introduction Understanding Kubernetes Workloads In Kubernetes, we deal with several types of workloads, each serving a unique purpose.…
The Basics of Kubernetes CronJob
Introduction Kubernetes is an open-source container orchestration platform that manages containerized applications to run on a cluster of…