简体   繁体   English

如何在不使用谷歌云的情况下在 Kubernetes 上部署 wso2?

[英]how deploy wso2 on Kubernetes without using google cloud?

I want to Deploy WSO2 API Manager with Kubernetes.我想用 Kubernetes 部署 WSO2 API 管理器。 Should I use Google Cloud?我应该使用谷歌云吗? Is there another way?还有其他方法吗?

The helm charts 1 for APIM can be deployed on GKE, AKS, EKS, etc. You can even deploy the all-in-one simple deployment pattern 2 in a local Kubernetes cluster like minikube, etc. APIM 的 helm 图表1可以部署在 GKE、AKS、EKS 等上。您甚至可以在本地 Kubernetes 集群(如 minikube 等)中部署一体化简单部署模式2

You might have to use a cloud provider for more advanced patterns since they require more resources to run.您可能必须使用云提供商来获得更高级的模式,因为它们需要更多资源才能运行。

All these charts are there as samples to get an idea about the deployment patterns.所有这些图表都作为示例来了解部署模式。 It is not recommended to deploy those as it is in real production scenarios as the resource requirements and infrastructure vary according to the use cases.不建议将它们部署在实际生产场景中,因为资源需求和基础架构会因用例而异。

1 - https://github.com/wso2/kubernetes-apim 1 - https://github.com/wso2/kubernetes-apim

2 - https://github.com/wso2/kubernetes-apim/tree/master/simple/am-single 2 - https://github.com/wso2/kubernetes-apim/tree/master/simple/am-single

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

相关问题 如何在 oracle 中部署 Wso2? - How deploy Wso2 in oracle? 无法在 Minikube Kubernetes 集群中部署 WSO2 APIM - Unable to deploy WSO2 APIM in Minikube Kubernetes cluster 开始使用 Google Cloud Kubernetes 集群后,Cloud Build 无法部署 Cloud Run - Cloud Build fails to deploy Cloud Run after started using Google Cloud Kubernetes Cluster 谷歌云构建和部署到 Kubernetes 环境变量 - Google Cloud Build and Deploy to Kubernetes environment variables 如何将 docker 中的 WSO2 API Manager (wso2am) 部署到远程服务器? - How to Deploy WSO2 API Manager (wso2am) in docker to the remote server? 将 Kaniko 缓存与用于 Google Cloud 的 Google Cloud Build Kubernetes 部署一起使用 - Using Kaniko cache with Google Cloud Build for Google Cloud Kubernetes Deployments 如何在 Google Cloud 上备份 Kubernetes 中的 Postgres 数据库? - How to backup a Postgres database in Kubernetes on Google Cloud? 如何使用 WSO2 charon scim 库扩展用户模式 - How to extend user schema using WSO2 charon scim library 在具有数据流调度功能的谷歌计算引擎上部署 Spring 云数据流,无需使用 K8s 或 Cloud Foundry - Deploy Spring cloud data flow on Google compute engine with data flow scheduling feature, and without using K8s or Cloud Foundry 如何使用 OAuth2 和 WSO2 ESB 4.9.0 和 WSO2-IS 4.5.0 保护 REST 服务 - How to Secure REST Service using OAuth2 with WSO2 ESB 4.9.0 & WSO2-IS 4.5.0
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM