tencent cloud

Tencent Kubernetes Engine

Release Notes and Announcements
Release Notes
Announcements
Release Notes
Product Introduction
Overview
Strengths
Architecture
Scenarios
Features
Concepts
Native Kubernetes Terms
Common High-Risk Operations
Regions and Availability Zones
Service Regions and Service Providers
Open Source Components
Purchase Guide
Purchase Instructions
Purchase a TKE General Cluster
Purchasing Native Nodes
Purchasing a Super Node
Getting Started
Beginner’s Guide
Quickly Creating a Standard Cluster
Examples
Container Application Deployment Check List
Cluster Configuration
General Cluster Overview
Cluster Management
Network Management
Storage Management
Node Management
GPU Resource Management
Remote Terminals
Application Configuration
Workload Management
Service and Configuration Management
Component and Application Management
Auto Scaling
Container Login Methods
Observability Configuration
Ops Observability
Cost Insights and Optimization
Scheduler Configuration
Scheduling Component Overview
Resource Utilization Optimization Scheduling
Business Priority Assurance Scheduling
QoS Awareness Scheduling
Security and Stability
TKE Security Group Settings
Identity Authentication and Authorization
Application Security
Multi-cluster Management
Planned Upgrade
Backup Center
Cloud Native Service Guide
Cloud Service for etcd
TMP
TKE Serverless Cluster Guide
TKE Registered Cluster Guide
Use Cases
Cluster
Serverless Cluster
Scheduling
Security
Service Deployment
Network
Release
Logs
Monitoring
OPS
Terraform
DevOps
Auto Scaling
Containerization
Microservice
Cost Management
Hybrid Cloud
AI
Troubleshooting
Disk Full
High Workload
Memory Fragmentation
Cluster DNS Troubleshooting
Cluster kube-proxy Troubleshooting
Cluster API Server Inaccessibility Troubleshooting
Service and Ingress Inaccessibility Troubleshooting
Common Service & Ingress Errors and Solutions
Engel Ingres appears in Connechtin Reverside
CLB Ingress Creation Error
Troubleshooting for Pod Network Inaccessibility
Pod Status Exception and Handling
Authorizing Tencent Cloud OPS Team for Troubleshooting
CLB Loopback
API Documentation
History
Introduction
API Category
Making API Requests
Elastic Cluster APIs
Resource Reserved Coupon APIs
Cluster APIs
Third-party Node APIs
Relevant APIs for Addon
Network APIs
Node APIs
Node Pool APIs
TKE Edge Cluster APIs
Cloud Native Monitoring APIs
Scaling group APIs
Super Node APIs
Other APIs
Data Types
Error Codes
TKE API 2022-05-01
FAQs
TKE General Cluster
TKE Serverless Cluster
About OPS
Hidden Danger Handling
About Services
Image Repositories
About Remote Terminals
Event FAQs
Resource Management
Service Agreement
TKE Service Level Agreement
TKE Serverless Service Level Agreement
Contact Us
Glossary

Health Check

PDF
Focus Mode
Font Size
Last updated: 2024-12-23 15:29:48

Overview

The cluster health check feature is a service provided by Tencent Kubernetes Engine (TKE) for checking the status and health of each resource in a cluster. The resulting check report displays the detailed status and configuration of components, nodes, workloads, and other check items. If an exception is detected, this feature can describe the exception in detail, automatically analyze the severity, cause, and impact, and propose rectification suggestions.
Note:
During the health check, namespace tke-cluster-inspection will be automatically created in your cluster, and a Daemonset will be installed to collect node information. Both objects will be automatically deleted after the health check is completed.

Main Check Items

Check Category
Check Item
Check Content
Self-Deployed Clusters Only
Resource status
kube-apiserver status
Check whether the component is running. If the component runs as a pod, the health check feature checks whether it has restarted over the past 24 hours
Yes
kube-scheduler status
Yes
kube-controller-manager status
Yes
etcd status
Yes
kubelet status
No
kube-proxy status
No
dockerd status
No
Master node status
Check whether the node status is Ready and free of any other exceptions, such as insufficient memory and insufficient disk space
Yes
Worker node status
Check whether the node status is Ready and free of any other exceptions, such as insufficient memory and insufficient disk space
No
Status of each workload
Check whether the number of currently available pods of the workload meets the expected number of pods
No
Running status
Parameter configuration of kube-apiserver
Check the following parameters based on the master node configuration:
max-requests-inflight: maximum number of non-change requests running in a given period
max-mutating-requests-inflight: maximum number of change requests running in a given period
Yes
Parameter configuration of kube-scheduler
Check the following parameters based on the master node configuration:
kube-api-qps: QPS of kube-apiserver resquests
kube-api-burst: maximum burst value during communication with kube-apiserver
Yes
Parameter configuration of kube-controller-manager
Check the following parameters based on the master node configuration:
kube-api-qps: QPS of kube-apiserver requests

kube-api-burst: maximum burst value during communication with kube-apiserver
Yes
Parameter configuration of etcd
Check the following parameter based on the master node configuration:quota-backend-bytes: storage capacity
Yes
Reasonability of the master node configuration
Check whether the current master node configuration is sufficient to the current cluster scale
Yes
High availability of nodes
Check whether the current cluster is a single-node cluster.Check whether current cluster nodes support multi-AZ disaster recoveryThat is, the health check feature checks whether the total number of resources in other availability zones is sufficient to the current cluster business scale in the event that one availability zone becomes unavailable
No
Request and Limit configuration of workloads
Check whether workloads have configured resource-limiting containers. Configuring resource limits helps improve resource planning, pod scheduling, cluster availability, and other functions
No
Anti-affinity configuration of workloads
Check whether workloads have configured affinity or anti-affinity. Configuring anti-affinity helps improve the high availability of business
No
PDB configuration of workloads
Check whether workloads have configured PDB, which can help prevent your business from becoming unavailable due to eviction.
No
Health check configuration of workloads
Check whether a health check is configured for workloads. Health check helps detect business exceptions
No
HPA-IP configuration
Check whether the current number of remaining pod IP addresses in the cluster meets the maximum number for HPA scale-out
No


Directions

1. Log in to the Tencent Kubernetes Engine console and choose Cluster OPS > Health Check in the left sidebar.
2. On the Health Check page that appears, select the health check mode for the cluster. In the Health Check page, there’re three options: Batch Check, Check Now, and Auto Check.
Batch Check: simultaneously checks multiple clusters.
Check Now: checks only one cluster.
Auto Check: enables periodic health check for the cluster.

In the Auto-Checking Settings window that appears, you can enable/disable auto-check, and set the check period and time based on your needs.

3. When the health check starts, you can view the check progress.

4. After the check is completed, you can click View Check Result to view the check report.

On the check report page, click Resource Status and Running Status tab to view resource statuses and exceptions respectively. Click Check Contents to view the detailed check contents. Click Exceptions to view the exception severity, descriptions, causes, impacts, and rectification suggestions.


Help and Support

Was this page helpful?

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

Feedback