Open in app
Home
Notifications
Lists
Stories

Write
Joshua Carlton
Joshua Carlton

Home

May 19, 2021

RBAC: How to limit access on Kubernetes cluster’s namespace.

This post demonstrates basic RBAC authorization for the Kubernetes cluster. We will grant read-only access to cluster resources. The examples here described were tested Kubeadm, but they can be applied to any Kubernetes cluster. Let’s get started. User: testgrp Namespace: default Access: [“get”, “list”, “watch”] resources: [“deployments”, “replicasets”, “pods”, “services”] Create User Credentials.

Rbac Access Control

2 min read

RBAC: How to limit access on Kubernetes cluster’s namespace.
RBAC: How to limit access on Kubernetes cluster’s namespace.

May 19, 2021

Guest Additions problem in VirtualBox

Step-up: Host: Windows 7 Guest: Ubuntu 14.04 Virtual Box: 4.3.26 Note: If you are using the latest version of VirtualBox, make sure that the running Ubuntu version has the required package (virtualbox-dkms). Like in my case Ubuntu 14.04 (trusty) is not supported VirtualBox 5.0. http://packages.ubuntu.com/search?keywords=virtualbox-dkms+&searchon=names Step 1. Check Running kernel and…

Virtualbox

1 min read

Joshua Carlton

Joshua Carlton

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable