Tag: rbac
-
Installing the Nginx Ingress Controller via Helm to a K8s cluster with RBAC enabled
A lot of posts describe how to do this, but are fairly outdated, and do not mention the last supported K8s version. Here’s a tried and tested way to do so via Helm. This has been tested on GKE, with the Kubernetes master versionĀ 1.9.7-gke.6: Create the service account for Tiller – the Helm server $…
-
playing with grsecurity | a brief tutorial
This howto is intended for those looking for better means to secure the Linux kernel, and the userland by the means of a powerful and simple role based access control policy. Contents What is grsecurity? Setting up grsecurity + gentoo in a VM The real thing: Grsecurity Getting familiar with gradm Generating the policy Fixing…