Explore >> Select a destination


You are here

www.learnitguide.net
| | mherman.org
6.8 parsecs away

Travel
| | This tutorial demonstrates how to spin up a Kubernetes cluster on Ubuntu 18.04.
| | blog.nuculabs.de
9.7 parsecs away

Travel
| | Hi ?????, In this article I will talk about how to authenticate your applications to the Kubernetes API via the service accounts feature. Citing the Kubernetes docs, a service account for a pod: "provides an identity for processes that run in a Pod. When you (a human) access the cluster (for example, using kubectl), you are authenticated by the apiserver as a particular User Account (currently this is usually admin, unless your cluster administrator has customized your cluster). Processes in containers inside pods can also contact the apiserver. When they do, they are authenticated as a particular Service Account (for example, default)." ??
| | avilpage.com
7.0 parsecs away

Travel
| | How to setup a local kubernetes cluster on Macbook M1(apple silicon) with k3s and multipass.
| | virtualzone.de
49.0 parsecs away

Travel
| Recently, I've written a blog post on how to set up Rootless Docker on Alpine Linux. Today I'm showing you how to set up Podman. Podman has a rootless architecture built in. It's an alternative to Docker, providing an almost identical command line interface. Thus, if you're used to Docker CLI, you won't have any issues working with Podman. Podman was initially developed by RedHat and is available as an open source project.