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

joerghoh
joerghohAccepted solution
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.

 

MayurSatav
New Participant
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.

 

Nitin_laad
New Participant
May 9, 2022

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