简体   繁体   English

如何在 Kubernetes 上部署 Mule 应用程序?

[英]How to deploy Mule Application on Kubernetes?

We are trying to deploy Mule Application on Kubernetes using Minikube.我们正在尝试使用 Minikube 在 Kubernetes 上部署 Mule 应用程序。 Could you please explain the steps to deploy on Kubernetes in windows environment.能否请您解释在 Windows 环境中在 Kubernetes 上部署的步骤。

First of all you would need to install Minikube for Windows: https://github.com/kubernetes/minikube/releases首先,您需要为 Windows 安装 Minikube: https : //github.com/kubernetes/minikube/releases

Then, install the API client kubectl : https://kubernetes.io/docs/tasks/tools/install-kubectl/然后,安装 API 客户端kubectlhttps : kubectl

Then, according to the needs to your application, you will have to create different API Objects, most likely:然后,根据您的应用程序的需要,您将不得不创建不同的 API 对象,很可能:

This will need some knowledge of how k8s works so I advise you to check the Kubernetes documentation ( https://kubernetes.io/docs ) and some get started guides.这将需要了解 k8s 的工作原理,因此我建议您查看 Kubernetes 文档 ( https://kubernetes.io/docs ) 和一些入门指南。

You need kubectl and minikube in Windows for Kubernetes .你需要kubectlminikube在Windows Kubernetes
Once you able to start your minikube on your system, you can deploy Mule application in Kubernate directly through the dashboard or using kubectl interface.一旦你能够在你的系统上启动你的minikube ,你就可以直接通过仪表板或使用kubectl接口在Kubernate部署 Mule 应用程序。
It will pull the mule docker image from the DockerHub into your Kubernetes container.它将从 DockerHub 拉取 mule docker 镜像到您的 Kubernetes 容器中。
Here is how you can do it by both the ways and deploy Mule application:以下是您可以通过两种方式执行此操作并部署 Mule 应用程序的方法:
http://anirban-blog.logdown.com/posts/2505689-kubernetes-and-minikube http://anirban-blog.logdown.com/posts/2505689-kubernetes-and-minikube
http://anirban-blog.logdown.com/posts/2550426-kubernetes-and-minikube-part2 http://anirban-blog.logdown.com/posts/2550426-kubernetes-and-minikube-part2
and
http://bushorn.com/mule-on-kubernetes/ http://bushorn.com/mule-on-kubernetes/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM