Creating LXC containers from docker and OCI images LXC a set of tools that provides lightweight virtualization with a shared kernel. LXC containers are an easy way of managing Linux kernel virtual machines
Service Mesh - works great if you can accept its trade-offs Service mesh is a networking solution for organizations dealing with microservice proliferation. Simply said, as soon as you go further than a few services, inter-service communication becomes challenging. Service mesh attempts to make its functionality trivial to implement, from the app developer side. Service mesh works by running a lightweight
IaC - The key tradeoffs when implementing Infrastructure as Code What is IaC? As the name suggests, IaC or Infrastructure as Code is the practice of managing the infrastructure through plain text files (code). This management mainly consists of description and implementation. First, you need to be able to describe all infrastructure details in the trough code. And your tools
GitOps - what benefits can it bring to your organization What is GitOps? GitOps is version control and continuous delivery for your infrastructure. Sounds simple, but those fancy words hide a lot of complexity. Version control is a simple one, you have text files, and every time you change them you have a new version, and you can always see
Dive into how Docker containers work Containers are small packaged applications that you build once and run on pretty much any hardware/OS combo.