- Kubernetes for Developers
- Joseph Heck
- 159字
- 2021-08-27 19:04:13
Representing Kubernetes resources
Kubernetes resources can generally be represented as either a JSON or YAML data structure. Kubernetes is specifically built so that you can save these files, and when you want to run your software, you can use a command such as kubectl deploy and provide the definitions you've created previously, and it uses that to run your software. In our next chapter, we will start to show specific examples of these resources and build them up for our use.
As we get into the examples in the next, and future chapters, we will use YAML to describe our resources and request data through kubectl back in JSON format. All of these data structures are formally defined for each version of Kubernetes, along with the REST APIs that Kubernetes provides to manipulate them. The formal definitions of all Kubernetes resources are maintained with OpenAPI (also known as Swagger) in source code control, and can be viewed at https://github.com/kubernetes/kubernetes/tree/master/api/swagger-spec.
- GNU-Linux Rapid Embedded Programming
- Ansible Quick Start Guide
- R Machine Learning By Example
- Java開發技術全程指南
- 影視后期制作(Avid Media Composer 5.0)
- 工業機器人入門實用教程(KUKA機器人)
- Visual FoxPro數據庫基礎及應用
- Windows Server 2003系統安全管理
- Hands-On Reactive Programming with Reactor
- Spatial Analytics with ArcGIS
- 教育創新與創新人才:信息技術人才培養改革之路(四)
- Keras Reinforcement Learning Projects
- 當產品經理遇到人工智能
- Containerization with Ansible 2
- 案例解說虛擬儀器典型控制應用