Tag Archives: viktor farcic youtube

How To Create, Provision, And Operate Kubernetes With Cluster API

Cluster API provides declarative APIs that simplify provisioning, upgrading, and operating Kubernetes clusters.

Continue reading

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 reading

GitOps 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 reading

How 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 reading

Github 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 reading

GitHub 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 reading

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 reading

K3d – 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 reading

Pulumi – 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.

Continue reading