What are the software development and operations (DevOps) tools, frameworks, and platforms we should be using in 2021?
Continue readingTag Archives: Viktor Farcic
Cloud-Native Apps With Open Application Model (OAM) And KubeVela
Can we define cloud-native applications without dealing with resources related to underlying platforms? One possible solution is to use the Open Application Model (OAM) combined with KubeVela.
Continue readingWhat is the difference between SRE and DevOps?
What is SRE (Site Reliability Engineering)? What is DevOps? What are the similarities, and what are the differences between the two?
Continue readingHelmfile – How to manage Kubernetes Helm releases
Helmfile is a declarative specification for deploying Helm charts in Kubernetes.
Continue readingK3d – How to run Kubernetes cluster locally using Rancher k3s
k3d is a lightweight wrapper to run Rancher k3s in Docker. k3d allows us to create single-node and multi-node k3s clusters in Docker, for local development on Kubernetes, or as temporary testing environment.
Continue readingHow to apply policies in Kubernetes using Open Policy Agent (OPA) and Gatekeeper
Gatekeeper is a validating (mutating TBA) webhook that enforces Kubernetes CRD-based policies executed by Open Policy Agent (OPA), a policy engine for Cloud Native environments.
Continue readingHow to Apply GitOps to Everything – Combining Argo CD and Crossplane
How to manage infrastructure, applications, and services? How to apply GitOps principles to everything? How to ensure that all the resources are always in-sync? Can we combine infrastructure, application, and service management using ArgoCD and Crossplane?
Continue readingHow to run local multi-node Kubernetes clusters using kind
kind allows us to run local Kubernetes clusters with nodes running as Docker containers.
Continue reading
EKS Fargate vs. GKE Autopilot – Fully Managed Kubernetes Clusters Compared
AWS Fargate is the first fully managed Kubernetes service. Google Cloud Autopilot followed. Let’s compare EKS Fargate vs. GKE Autopilot and see what the differences are. Which one is better? Which one should we use?
Continue reading
Portainer – Container Management Made Easy
Portainer is the definitive open source container management tool for Kubernetes, Docker, Docker Swarm and Azure ACI. It allows anyone to deploy and manage containers without the need to write code.
Continue reading