在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):learnitguide/kubernetes开源软件地址(OpenSource Url):https://github.com/learnitguide/kubernetes开源编程语言(OpenSource Language):开源软件介绍(OpenSource Introduction):kubernetesThis is a repository created to manage all kubernetes related stuffs. We can deploy the application in kubernetes cluster using kubectl commands or using YAML configuration files. Using YAML helps us to create more complex structures and apply it immediately on the fly. YAML files can be added to version control system to track the file changes. You can create number of yaml files for each application deployments, services, pods and so on. httpd: Here we have created a two yaml files to deploy httpd for deployment and service respectively. httpd-basic-deployment.yml - It will run a single container within a pod using a docker image "httpd" and it will listen on port 80. httpd-basic-service.yml - This file is for service that expose the port externally so that users will be able to access it. Checkout this link for more informatin : https://www.learnitguide.net/2018/08/create-kubernetes-yaml-for-deployment.html |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论