Home
About
Links icon
Kubernetes Magalix Reddit The Buttonfactory The New Stack
🌐
English
  • 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
  • K3s on a Centos vm

    Sep 27, 2020 linux k3s

    This post is about installing lightweight Kubernetes (K3s) on our new vm. K3s The previous post was all about being able to install Kubernetes quickly. For that I will use k3s from Rancher because it is fast. Let's go! Prepare We do this for testing so we can safely disable the firewall and SELinux on our CentOS vm. …

    Read More
  • Vagrant with the libvirt plugin

    Sep 20, 2020 linux virtualization

    Here is a post about how to create virtual machines with Vagrant and the libvirt plugin. Why use libvirt as a vagrant provider Because when on a modern Linux distro running Gnome, chances are it's already there! I use Vagrant extensively to run quick, short lived virtual machines to test and try out things. I always …

    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

  • Azure Kubernetes node pools with Terraform

Recent Posts

  • Azure Kubernetes node pools with Terraform
  • Create a read-only user in Kubernetes
  • Install the Nginx ingress controller on K3s - or Kind - and deploy a web app
  • K3s on a Centos vm
  • Vagrant with the libvirt plugin

Categories

TECHNOLOGY 5

Tags

K3S 3 KUBERNETES 3 LINUX 3 AZURE 1 KIND 1 TERRAFORM 1 VIRTUALIZATION 1

Copyright MOONSTREET. All Rights Reserved