Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Managed Service for Kubernetes
  • Comparing with other Yandex Cloud services
  • Getting started
    • All guides
    • Connecting to a node over SSH
    • Connecting to a node via OS Login
    • Updating Kubernetes
    • Configuring autoscaling
    • Activating a Kubernetes Terraform provider
    • Installing applications from Yandex Cloud Marketplace using Terraform
    • Working with private Docker image registries
      • Connecting to the terminal of a running container
      • Managing pod allocation to nodes
      • Managing workloads
      • Managing storages
      • Managing Service and Ingress resources
      • Managing ConfigMap and Secret resources
      • Managing Kubernetes service accounts
      • Managing namespaces
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • Creating a service account
  • Deleting a service account
  1. Step-by-step guides
  2. Working with Kubernetes objects from the management console
  3. Managing Kubernetes service accounts

Managing Kubernetes service accounts

Written by
Yandex Cloud
Updated at May 5, 2026
  • Creating a service account
  • Deleting a service account

Kubernetes service accounts are accounts for applications and processes running in pods. In the management console, you can create and delete Kubernetes service accounts in Managed Service for Kubernetes without using kubectl.

Creating a service accountCreating a service account

You can create service accounts in the management console in the same way as when using the kubectl create serviceaccount <service_account_name> -n <namespace_name> command.

Management console
  1. In the management console, navigate to the folder dashboard and select Managed Service for Kubernetes.
  2. Click the cluster name and select Access management in the left-hand panel.
  3. In the top-right corner, click Create and select Service accounts.
  4. In the window that opens, enter the service account Name.
  5. In the drop-down list, select the Namespace to create the service account in.
  6. Click Add.

Deleting a service accountDeleting a service account

Deleting a service account is equivalent to running the kubectl delete serviceaccount <service_account_name> -n <namespace_name> command.

To delete a service account:

Management console
  1. In the management console, navigate to the folder dashboard and select Managed Service for Kubernetes.
  2. Click the cluster name and select Access management in the left-hand panel.
  3. In the service account line, click and select Delete.
  4. Confirm the action.

Was the article helpful?

Previous
Managing ConfigMap and Secret resources
Next
Managing namespaces
© 2026 Direct Cursus Technology L.L.C.