From 21ad35b7d081896e44539cbde542268e308a0cac Mon Sep 17 00:00:00 2001 From: Isuru H Date: Tue, 3 Jul 2018 12:35:52 +0530 Subject: [PATCH] Update Readme to point to K8s repo --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98affbef..ebbb2253 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WSO2 API Manager Docker Artifacts -This repository contains following Docker artifacts: +This repository contains following Docker artifacts, for trying out WSO2 API Manager on plain Docker: - WSO2 API Manager Dockerfile - WSO2 API Manager Docker Compose File @@ -26,4 +26,6 @@ commands to pull the sub-module content: ```bash git submodule init git submodule update -``` \ No newline at end of file +``` +## Note +For running a containerized WSO2 API Manager deployment in production, its recommended to use a container cluster manager such as Kubernetes/Openshift. Please refer [APIM Kubernetes Artifacts](https://github.com/wso2/kubernetes-apim/) repository.