How to deploy AEM 6.5.0 jar file on Kubernetes in GCP? | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

@rohit4 I do not find kubernetes support listed on the technical requirements of AEM 6.5:

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/introduction/technical-requirements.html?lang=en#supported-platforms

 

Especially validate the statements regarding cloud plattforms:

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/introduction/technical-requirements.html?lang=en#virtual-cloud-computing-environments

 

TL;DR: Adobe does not support AEM 6.5 deployments in Kubernetes. You can probably use it for development purposes only, but you are on your own then.

 

3 replies

Nitin_laad
Community Advisor
Community Advisor
May 9, 2022

@rohit4 It is advisable to check with Adobe first if the Kubernetes is supported container for AEM installation. 

MayurSatav
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
May 10, 2022

Hi @rohit4 ,

 

  1. First, create one docker file using java based image.
  2. Then install all the dependencies required for the jar.
  3. Build that docker file and push the docker image to the container repository like docker hub, harbor or ACR.
  4. Create one manifest file for the Kubernetes pod and mentioned your docker image in this manifest file.
  5. Deploy the pod using kubectl command.

 

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
May 11, 2022

@rohit4 I do not find kubernetes support listed on the technical requirements of AEM 6.5:

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/introduction/technical-requirements.html?lang=en#supported-platforms

 

Especially validate the statements regarding cloud plattforms:

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/introduction/technical-requirements.html?lang=en#virtual-cloud-computing-environments

 

TL;DR: Adobe does not support AEM 6.5 deployments in Kubernetes. You can probably use it for development purposes only, but you are on your own then.