Tag

ServiceAccount

1 views collected around this technical thread.

Linux Ops Smart Journey
Linux Ops Smart Journey
Feb 25, 2025 · Cloud Native

How to Retrieve ServiceAccount Tokens in Kubernetes 1.24+ Without Legacy Secrets

Starting with Kubernetes 1.24, automatic ServiceAccount token Secrets are deprecated; this guide explains the core changes, shows how to manually create token Secrets, extract tokens, and verify permissions using command‑line, API calls, and RBAC inspection, plus common troubleshooting steps.

RBACServiceAccountcloud-native
0 likes · 5 min read
How to Retrieve ServiceAccount Tokens in Kubernetes 1.24+ Without Legacy Secrets
37 Interactive Technology Team
37 Interactive Technology Team
Nov 27, 2024 · Cloud Native

Kubernetes RBAC Permission Authentication: Concepts, Components, and Production Scenarios

Kubernetes RBAC authenticates users and programs by verifying who can perform which verbs on which resources, using ServiceAccounts, Roles, RoleBindings, ClusterRoles and ClusterRoleBindings, and the article demonstrates these concepts through production scenarios such as a TCF framework pod communication setup and full‑admin access via token‑based kubeconfig.

AuthorizationRBACRoleBinding
0 likes · 8 min read
Kubernetes RBAC Permission Authentication: Concepts, Components, and Production Scenarios
Ops Development Stories
Ops Development Stories
Aug 16, 2022 · Cloud Native

Master Kubernetes Authentication & Authorization: From Users to RBAC

This article explains how Kubernetes secures its API Server through authentication and authorization, covering user types, authentication methods such as client certificates, bearer tokens, OIDC, and static token files, and then details the RBAC model, role bindings, and service account usage for fine‑grained access control.

AuthorizationCloudNativeRBAC
0 likes · 18 min read
Master Kubernetes Authentication & Authorization: From Users to RBAC
DevOps Cloud Academy
DevOps Cloud Academy
Jan 5, 2019 · Cloud Native

Deploying Kubernetes Dashboard with Custom Service Configuration and Admin Token

This guide walks through pulling and retagging the Kubernetes Dashboard image, applying the deployment manifest, modifying the Service to use a NodePort, creating an admin ServiceAccount and ClusterRoleBinding, and retrieving the admin token and service port for external access.

Admin TokenDashboardNodePort
0 likes · 3 min read
Deploying Kubernetes Dashboard with Custom Service Configuration and Admin Token