Deploy Jenkins on K3s
We have seen on a previous article how to configure a K3s cluster on a VM. In this post we will see how to install Jenkins on it and use the cluster to dynamically assign agents as pods. Remember t...
We have seen on a previous article how to configure a K3s cluster on a VM. In this post we will see how to install Jenkins on it and use the cluster to dynamically assign agents as pods. Remember t...
Update 2023-01-06: –no-deploy traefik has been deprecated, must use –disable traefik Update 2023-12-07: repository for ingress nginx has changed Let’s quickly create a K3s environment where you c...
In this post I will show you how to add a 404 not found page to Jekyll, and how to configure an Azure Static Web App to use it, to replace the default Azure not found page. Configuring redirect_fr...
Getting started First of all, we will need to have installed helm on our system. You can follow these steps in the official documentation to have it installed in your system. Let’s follow these t...
Defining Storage Class A storage class is used to define how an Azure file share is created. A storage account is automatically created in the node resource group for use with the storage class to...
In this post we will review Angular Directives and how to create custom directives. Angular Directives Angular Directives are parameters that can be passed to HTML elements that can modify its be...
In this post we will review how to use Angular Templates. Angular Templates We can define a template block and show it using ngIf and the else statement, taking for example a variable named image...
In this post we will review the Content Child and Content Children decorators in Angular. Content Child decorator We can see inside the ng-content by using the View Content decorator at the level...
In this post we will review the Content Projection functionality in Angular. Content Projection Content projection allows us to make configurable components by passing data when a component is in...
In this post we will review the View Child and View Children decorators in Angular. View Child decorator Defining View Child references This decorator will allows us to query elements from the v...