Home
About
Links icon
Kubernetes Magalix Reddit The Buttonfactory The New Stack
🌐
English
  • Terraform patterns: loops

    Dec 21, 2021 kubernetes azure terraform

    Create multiple resources with a loop If you want to create multiple instances of, say, an Azure resource group, you can add a for_each argument. The for_each argument accepts a map or a set, and creates an instance for each item in that map or set. So you can create a map of key value pairs (aka a dictionary) and use …

    Read More
  • Terraform patterns: conditionals

    Dec 21, 2021 kubernetes azure terraform

    This is a back to basics post about a Terraform pattern: conditionals. It's Azure centric. Conditionals: if then else Imagine we want a resource group name to follow the rules of naming convention but in other cases we don't want to. So if there is a naming convention, implement that, if not than do not. For example, …

    Read More
  • Azure Kubernetes node pools with Terraform

    Dec 29, 2020 kubernetes azure terraform

    In Azure Kubernetes Service (AKS), nodes of the same configuration are grouped together into node pools. These node pools contain the underlying VMs that run your applications. The initial number of nodes and their size (SKU) is defined when you create an AKS cluster, which creates a system node pool. To support …

    Read More
  • Create a read-only user in Kubernetes

    Dec 28, 2020 kubernetes k3s

    Normal users are assumed to be managed by an outside, independent service. Kubernetes does not have objects which represent normal user accounts. Normal users cannot be added to a cluster through an API call. However, any user that presents a valid certificate signed by the cluster's certificate authority (CA) is …

    Read More
  • Install the Nginx ingress controller on K3s - or Kind - and deploy a web app

    Dec 26, 2020 kubernetes k3s kind linux

    Here is how to quickly install Kubernetes with ingress on your laptop. I use this to test and create operators with the Operator Framework. Still learning though. I was first using K3s but then I discovered Kind which seems to be even faster, deployment wise. Also it leaves a smaller footprint because it runs in a …

    Read More

Jacqueline's misc notes

A collection of notes about technology so I don't forget what it is all about.
Read More

Featured Posts

  • Ollama server
  • Finding files quickly
  • My personal vim cheatsheet

Recent Posts

  • Ollama server
  • Finding files quickly
  • Terraform patterns: loops
  • Terraform patterns: conditionals
  • Terminal Workflow
  • My personal vim cheatsheet
  • A minimal Arch Linux installation with Gnome. My notes.
  • Azure Kubernetes node pools with Terraform

Categories

TECHNOLOGY 12

Tags

LINUX 8 KUBERNETES 5 AZURE 3 K3S 3 MOUSELESS 3 TERRAFORM 3 VIM 3 KIND 1 LLM 1 VIRTUALIZATION 1

Copyright2025 MOONSTREET. All Rights Reserved