claudio4j commented on a change in pull request #3119: URL: https://github.com/apache/camel-k/pull/3119#discussion_r837640309
########## File path: docs/modules/ROOT/pages/installation/platform/aks.cdoc ########## @@ -0,0 +1,34 @@ +Apache Camel K is a lightweight integration platform, born on Kubernetes, +with serverless superpowers. + +# Camel K deployment in AKS + +## Prerequisites + +- AKS cluster with cluster role binding to deploy operator +- Container Image Registry installed and configured for pull (using nexus) +- Base image to build camel integration push to Image Registry (jdk-jre image present in nexus) + + +Installation using Kamel CLI + + +kamel install --registry <docker registry address> --registry-insecure true --organization chubbio --registry-auth-username <organization name> --registry-secret <docker registry secrets> --base-image <base image to buuld camel integration> -n <namespace> Review comment: Hardcoded `chubbio` ? buuld typo. Are all the `kamel` options required ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org