- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 122字
- 2021-06-24 16:54:09
DNS
An internal DNS server is optional and can be installed as an add-on, but it is highly recommended in standard deployments as it simplifies service discovery and networking. Currently, the default DNS server used by Kubernetes is CoreDNS (https://coredns.io/).
Kubernetes automatically adds an internal static IP address of the DNS server to the domain name resolution configuration for each container. This means that processes running in Pods can communicate with Services and Pods running in the cluster just by knowing their domain name, which will be resolved to the actual internal IP address. The concept of Kubernetes Service objects will be covered in the next section.
Now, let's take a look at the most commonly used Kubernetes objects.
推薦閱讀
- 大學計算機基礎(第二版)
- 軟件界面交互設計基礎
- C語言程序設計(第2版)
- Data Analysis with Stata
- Scientific Computing with Scala
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Flink技術內幕:架構設計與實現原理
- Python硬件編程實戰
- Hack與HHVM權威指南
- Visual C++開發寶典
- Pandas 1.x Cookbook
- Visual Basic 開發從入門到精通
- Practical Linux Security Cookbook
- 交互設計語言:與萬物對話的藝術(全兩冊)
- Jenkins 2.x Continuous Integration Cookbook(Third Edition)