Stay organized with collections
Save and categorize content based on your preferences.
Delete your stateless workloads using standard Kubernetes deletion
methodologies.
Before you begin
To run commands against the pre-configured bare metal Kubernetes cluster, make sure you have the
following resources:
Locate the Kubernetes cluster name, or ask your Platform
Administrator what the cluster name is.
Sign in and generate the
kubeconfig file for the Kubernetes cluster if you don't have one.
Use the kubeconfig path of the Kubernetes cluster to replace
CLUSTER_KUBECONFIG in these instructions.
To get the required permissions to delete stateless workloads, ask your
Organization IAM Admin to grant you the Namespace Admin role (namespace-admin)
in your project namespace.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This guide explains how to delete stateless workloads in a user cluster using standard Kubernetes deletion methods."],["You must have the user cluster name and its kubeconfig file to perform the deletion operations."],["You will need Namespace Admin permissions granted by your Organization IAM Admin to delete stateless workloads."],["To delete a specific Deployment, you will use the `kubectl delete deployment` command, providing your cluster's kubeconfig and the deployment name."]]],[]]