|
You are here |
www.learnitguide.net | ||
| | | | |
brunoscheufler.com
|
|
| | | | | Welcome back to the short series about getting started with Kubernetes, the practical way! If you haven't read the first post on provisioning a cluster and haven't set up your first cluster yet, please do that first and come back here. If you're running your cluster on Google's Kubernetes Engine, chances are that integrated metrics and services like Stackdriver are already great for monitoring your Kubernetes cluster, in that case, you might not actually need to deploy the following application.... | |
| | | | |
arveknudsen.com
|
|
| | | | | Today I will be talking about Kops, which is an official tool for creating Kubernetes clusters on AWS, with support for GCE and VMware vSphere in alpha. It takes a whole lot of the pain out of setting up a Kubernetes cluster yourself, but still presents many challenges to overcome and a great degree of freedom in how you configure the cluster. I have recently created a Kubernetes cluster on AWS for a client, where I used the Kops tool for the very first time and I will here present what I learnt about im... | |
| | | | |
www.uptycs.com
|
|
| | | | | Kubernetes RBAC is important for establishing least privilege access. Learn how to audit permissions, identities, and roles in RBAC using Uptycs KSPM. | |
| | | | |
gehrcke.de
|
|
| | | Recently, I manually attached pre-existing EBS volumes to EC2 instances in an EKS (k8s) cluster. My goal was to expose these EBS volumes as k8s persistent volumes using a custom storage class. I pi... | ||