Cluster API provides declarative APIs that simplify provisioning, upgrading, and operating Kubernetes clusters.
Continue readingTag Archives: viktor farcic youtube
Azure Container Apps: Containers As A Service (CaaS) Flavor Of Serverless
Azure Container Apps is a fully managed Containers As a Service (CaaS) flavor of serverless computing from Azure.
Continue readingGitOps Without Pipelines With ArgoCD Image Updater
Can we get rid of the part of CI/CD pipelines that are modifying GitOps manifests repositories with new releases? Can we use Argo CD Image Updater to streamline part of our processes?
Continue readingHow To Troubleshoot And Support Kubernetes Applications And Clusters?
Troubleshoot is a kubectl plugin providing diagnostic tools for Kubernetes clusters and applications. It provides means to troubleshoot potential issues as well as to generate a support bundle that can be sent to the team providing the support.
Continue readingGithub Actions review and tutorial
What is GitHub actions? How to use GitHub Actions, and does it work? How can we leverage its marketplace, and what is the pricing? Is it a good solution for CI/CD pipelines? Let’s answer those and other questions through tutorial and review.
Continue readingGitHub CLI – How to manage repositories more efficiently
Most of us are used to using GitHub through it’s Web UI. However, that might not be the best or the most efficient way to operate our repositories. CLI might be a much better choice.
Continue readingThe best DevOps tools, frameworks, and platforms in 2021
What are the software development and operations (DevOps) tools, frameworks, and platforms we should be using in 2021?
Continue readingCloud-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 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 readingPulumi – Infrastructure as Code (IaC) Using Programming Languages
Pulumi allows us to manage infrastructure as code (IaC) using familiar programming languages. It is like Terraform, but without HCL.