Tag: devops
All the articles with the tag "devops".
Exposing your local server to the internet over NAT using FRP
Updated: at 15:00In this article, you will learn the basic configuration options of FRP and how to expose a port or service of your local server to the internet.
An Introduction to Docker
Updated: at 15:00This guide will show you all the essential Docker commands and the structure of the configuration file. It can also be used to look up the available commands and options later on.
The Definitive Guide to Kubernetes
Updated: at 15:00In this guide, you will learn everything you need to know about Kubernetes and how you can use it to deploy and manage containers at scale.
How to create your own private Docker registry and secure it
Updated: at 15:00In this article, we will take a look at what a registry is, why it is essential and how you can create your own private registry. We will also take a look at some security and storage options that can help you customize your configuration.
The Definitive Guide to Docker Swarm
Updated: at 15:00This guide will show you all the important concepts, commands and the structure of Docker Swarm. It will also give a real-world example of how you can deploy a real-world application at the bottom of the article.
An Introduction to Github Actions
Updated: at 15:00In this article, we are going to look at the core concepts of Github Actions and even dive into creating your own custom workflows.
The definitive Guide to Docker compose
Updated: at 15:00This guide will show you all the important Docker Compose commands and the structure of the configuration file. It can also be used to look up the available commands and options later on.