In this video, we talk about the problems we faced in the old days that led to the evolution of the VM model and later containers. We briefly compare the VM model with the old design of deploying one application per server.
Let’s learn the story of Docker Captain - Gianluca Arbezzano.
This video is the clip of my talk at DevSecOps Conf, 2021. The talk is all about Docker Container Security - from attack surfaces to best practices.
If you ask me “How’s life at InfraCloud?” I would say it’s challenging yet fun. We like what we do, and we do what we love. Be it tech, memes, or team activities. We enjoy it all.
Discover the challenges, experience, and tricks that helped me clear the CKA certification.
Different people define Entity, Model, ViewModel and DataModel in different ways. However, these terms may sometimes differ from their actual meaning, based upon the context. In this post I would like to share my understanding of these terms.
Every single programming language has got its own syntax or structure; it’s own flavor and that’s what makes it standout. Go is no different. It’s easy and elegant in its own way, making to it fun to play with.
A few days ago I came across a situation where we wanted to execute our CI pipeline locally. This article details the steps to run GitHub actions locally using nektos/act and Docker-in-Docker(dind).
Tink-Wizard is a general-purpose web UI for Tinkerbell. It allows you to manage your tinkerbell resources like hardware, template, and workflows from a single place.
The relationship between objects defines how these objects will interact or collaborate to perform an operation in an application. In any application, objects of user interface classes interact with the business layer objects in order to perform an operation. And in the background, the business layer objects may interact with objects of some repository which in turn talks to some data source object or service object.