KubeConfig
Last updated
Was this helpful?
Last updated
Was this helpful?
ClawCloud Run adheres to Kubernetes conventions to simplify adoption for developers familiar with open-source Kubernetes ecosystems. Instead of introducing proprietary cluster management APIs, we enable direct integration with standard kubectl
tooling. Users migrating from Kubernetes environments will find their existing workflows and toolchains fully compatible with ClawCloud Run.
This guide demonstrates how to:
Download a Kubeconfig.yaml
file from the ClawCloud Run console
Configure kubectl
for cluster management
Validate connectivity and implement security best practices
Cluster Access Active permissions for your target Kubernetes cluster
kubectl Installation
Install kubectl
following
Network Connectivity Ensure outbound access to Kubernetes API Server endpoints
Access Console Navigate to the ClawCloud Run management portal
Export Configuration Hover over the profile icon in the top-right corner:
Select Connection Settings tab
Locate Kubeconfig Download section
Click Download Kubeconfig and save securely
⚠️ Security Note: This file contains sensitive credentials - store it in a protected location
Method 1: Single Cluster Setup (New Users)
Method 2: Multi-Cluster Management (Advanced)
Test configuration with:
Expected Output:
File Permissions
Credential Rotation Regenerate Kubeconfig files via console every 90 days
RBAC Best Practices Create distinct role-based access control (RBAC) policies for individual users