- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 76字
- 2021-07-02 13:41:53
Name
Every object in Kubernetes owns its own name that's uniquely identified within the same namespace. Kubernetes uses object names as part of a resource's URL for the API server, so it has be a combination of lowercase alphanumeric characters and dashes and dots, and it has to be less than 254 characters long. Besides the object name, Kubernetes also assigns a Unique ID (UID) to every object to distinguish historical occurrences of similar entities.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Progressive Web Apps with React
- Redis入門指南(第3版)
- .NET 4.0面向對象編程漫談:基礎篇
- Python機器學習實戰
- Amazon S3 Cookbook
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- C程序設計案例教程
- 實戰Java高并發程序設計(第3版)
- 網站構建技術
- Unity 2D Game Development Cookbook
- Statistical Application Development with R and Python(Second Edition)
- 匯編語言編程基礎:基于LoongArch
- 軟件項目管理實用教程
- RocketMQ實戰與原理解析