Installing k8s resources with Helm charts
Helm charts encapsulate and simplify deployments to Kubernetes. They allow us to deploy applications quickly in a consistent way. Let's deploy an application into our local cluster to help us get started with using Helm since I'll use them in following blogs.
Local Kubernetes stack with k3d in seconds
Kubernetes helps with the running of containerized applications at scale, however you don't need a complex infrastructure to test many of the aspects of a Kubernetes cluster. You can spin up a cluster with k3d on your local machine in seconds and start experimenting with Kubernetes.
Semantic HTML, CSS Classes and JS Selectors
If you write any HTML, then you'll soon realise that careful choice of HTML elements and class namings will reap many a reward. The HTML document you create is an interface, an interface that is not only read by a browser to render your page to the user's screen, but also the interface in which: