Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to deploy AEM 6.5.0 jar file on Kubernetes in GCP?

Avatar

Level 3

How to deploy AEM 6.5.0 jar file on Kubernetes in GCP?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@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-requi...

 

Especially validate the statements regarding cloud plattforms:

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/introduction/technical-requi...

 

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.

 

View solution in original post

3 Replies

Avatar

Community Advisor

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

Avatar

Community Advisor

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.

 

Avatar

Correct answer by
Employee Advisor

@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-requi...

 

Especially validate the statements regarding cloud plattforms:

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/introduction/technical-requi...

 

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.