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

Overview

PDF
Mode fokus
Ukuran font
Terakhir diperbarui: 2024-12-19 22:09:58

Object Management Instructions

You can operate native Kubernetes objects such as Deployment and DaemonSet in the console. The Kubernetes objects are persistent entities in clusters and are used to host services running within the clusters. Different Kubernetes objects can represent diffrent entites:
Running applications
Resources available to applications
Policies associated with applications
You can use Kubernetes objects directly in the TKE console or through the Kubernetes APIs such as kubectl.

Types of Objects

Common Kubernetes objects can be divided into the following types:
Object Types
Object Descriptions
Object Management Operations
Workload
Deployment
Use to manage the Pod of which the scheduling rules are specified.
StatefulSet
Manage the application workload API object, and the application is stateful.
DaemonSet
Ensure the Pods are running on all or some of the nodes, such as log collection program.
Job
One or more Pods are created for one Job, until the end of running.
CronJob
Job tasks that runs on a regular basis.
Sevice
Service
A Kubernetes object that provides access to Pod. You can define different types based on your needs.
Ingress
A Kubernetes object that manages external access to services in a cluster.
Configuration
ConfigMap
Use to store configuration information.
Secret
Use to store sensitive information, such as password and token.
Storage
Volume
Use to store data related to container access.
Persistent Volumes(PV)
A piece of storage configured in a Kubernetes cluster.
Persistent Volumes Claim(PVC)
A statement of storage request. If you consider a PV as a Pod, then PVC is equivalent to workload.
StorageClass
Use to describe the type of storage. When a PVC is created, storage of the specified type, i.e., storage template, is created using StorageClass.

There are dozens of other Kubernetes objects such as Namespace, HPA, and ResourceQuotas. You can use different objects based on your business needs. Available objects vary depending on Kubernetes version. For more information, visit Kubernetes website.

Resource Quota

TKE applies the following resource limits to all managed clusters by using ResourceQuota/tke-default-quota. If you need more quota, please submit a ticket to apply.
Cluster Size
Quota
Pod
ConfigMap
Number of nodes ≤ 5
4000
3000
5 < Number of nodes ≤ 20
8000
6000
Number of nodes > 20
None
None


Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan