tencent cloud

Tencent Container Security Service

Release Notes
Product Introduction
Overview
Strengths
Use Cases
Features and Versions
Purchase Guide
Applying for Trial
Purchasing Pro Edition
Purchasing Image Scan
Purchasing Log Analysis
Getting Started
Operation Guide
Security Overview
Asset Management
Vulnerability Detection
Image Risk Management
Cluster Risk Management
Baseline Management
Runtime Security
Advanced Defense
Policy Management
Protection Switch
Alarm Settings
Log Analysis
Hybrid Cloud Installation Guide
Compromised Container Isolation
Log Field Data Parsing
Practical Tutorial
Mirror Vulnerability Scanning and Vulnerability Management
Troubleshooting
Offline Linux Client
Troubleshooting for Cluster Access
API Documentation
History
Introduction
API Category
Making API Requests
Network Security APIs
Cluster Security APIs
Security Compliance APIs
Runtime security - High-risk syscalls
Runtime Security - Reverse Shell APIs
Runtime Security APIs
Alert Settings APIs
Advanced prevention - K8s API abnormal requests
Asset Management APIs
Security Operations - Log Analysis APIs
Runtime Security - Trojan Call APIs
Runtime Security - Container Escape APIs
Image Security APIs
Billing APIs
Data Types
Error Codes
FAQs
TCSS Policy
Privacy Policy
Data Processing And Security Agreement
Contact Us
Glossary

Troubleshooting for Cluster Access

PDF
Focus Mode
Font Size
Last updated: 2024-08-13 17:15:21
After the cluster is accessed, the system will create a namespace named tcss in the cluster. In the tcss namespace, the system will install a Job-type workload named init-tcss-agent and a Deployment-type workload named tcss-asset. In the kube-system namespace, the system will install a DaemonSet-type workload named yunjing-agent. Ensure that all three workloads are running properly.

Troubleshooting Using the Console

Job Workload

Check whether the Pod named init-tcss-agent in the Job workload is running properly.
1. Log in to the TKE console. In the left sidebar, click Clusters.
2. On the clusters page, click Target Cluster Name, select Workload > Job, and search for init-tcss-agent.

3. Click Target Namespace to enter the details page. If the status shows Succeeded, it indicates that the Pod named init-tcss-agent is running properly.


DaemonSet Workload

Check whether the Pod named yunjing-agent in the DaemonSet workload is running properly.
1. Log in to the TKE console. In the left sidebar, click Clusters.
2. On the clusters page, click Target Cluster Name, select Workload > DaemonSet, and search for yunjing-agent.

3. Click Target Namespace to enter the details page. If the status shows Running, it indicates that the Pod named yunjing-agent is running properly.


Deployment Workload

Check whether the Pod named tcss-asset in the Deployment workload is running properly.
1. Log in to the TKE console. In the left sidebar, click Clusters.
2. On the cluster page, click Target Cluster Name, select Workload > Deployment, and search for tcss-asset.

3. Click Target Namespace to enter the details page. If the status shows Running, it indicates that the Pod named tcss-asset is running properly.


Troubleshooting Using the Command Line

Job Workload

1. Check if the Job is successfully created by running the command: kubectl get jobs -n tcss.

2. Check if the Job is successfully deployed by running the command: kubectl get pods -n tcss | grep init-tcss-agent.


DaemonSet Workload

1. Check if the DaemonSet is successfully created by running the command: kubectl get daemonset -A -l k8s-app=yunjing-agent.

2. Check if the DaemonSet is successfully deployed by running the command: kubectl get pods -A -l k8s-app=yunjing-agent.


Deployment Workload

1. Check if the Deployment is successfully created by running the command: kubectl get deployment -n tcss.

2. Check if the Deployment is successfully deployed by running the command: kubectl get pods -n tcss | grep tcss-asset.




Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback