24h of live stream (2020 edition)

Yes, we were streaming for 24h about Liferay DXP and Liferay Portal 7.3 (and previous versions). All kinds of technical information that might be of interest for you. You might have missed it, but luckily we have it all recorded - and the recordings are available for you:

7:00 - 19:00 UTC (Session 1, with chapter marks)

19:00 - 7:00 UTC (Session 2, with chapter marks)

And if you don't want to miss the next event of this kind, follow @liferayeng, @dgomezg or @olafk on twitter.

Agenda

Content with tag docker images .

Building a health check for a containerized Liferay

profile picture

Louis-Guillaume Durand

2020-09-24 7:50 UTC

Checking on the application server (e.g. Tomcat) being able to receive connections might not be accurate to determine if Liferay is ready or live. So if you ever deployed Liferay as a container you may have make developments to expose a custom health endpoint. I recently worked on that matter in order to build a configurable API to help you expose more accurate readiness and liveness probes. Let's see how it works and discuss this topic together.

Deploying Liferay consistently and effortlessly on OpenShift

profile picture

Pablo Nuñez

2020-09-24 08:30 UTC

In this session, you'll learn how to get Liferay code and configurations changes deployed consistently to an OpenShift cluster by a simple Git push. You'll Learn how Liferay environments can be patched automatically with the most recent Liferay Service Packs and how deployments can be made consistent across environments, all while still using the Liferay tools you are already familiar with.

If you are someone who is interested in building a CICD solution for your containerized Liferay environment, then you will learn some nice tips and tricks during this session. Of course there are always dragons, you will learn about these too.

Even if you are not too familiar with Kubernetes or OpenShift concepts you will be able to understand this session (well... maybe at least a bit of Docker knowledge would help :P).

The "ultimate" guide for Production Ready Liferay in Kubernetes

profile picture

Alvin Estrada

2020-09-24 19:35 UTC

Deploying a Liferay using containers is just as easy as typing "docker run liferay/portal:7.3.3-ga4" in your terminal, however it gets complex when you start thinking about connectivity, high availability, security, resource management and production ready configurations.

While there are some good tutorials and material about how to start using Liferay with Docker, deploy it into Kubernetes and even how to ship code into a containerized Liferay instance, there is a lack of resources that explain the necessary technical aspects to deploy a "Production Ready Clustered Liferay CE 7.3" using containerized technologies.

The audience will learn how to configure a Liferay ecosystem with a replicated elasticsearch and database, all of this just using existing Docker images and Vanilla kubernetes components. This talk is aimed at Liferay developers and infrastructure engineers that want to migrate their old fashion VM-based Liferay environments into containerized environments with Docker and Kubernetes.

How Devops works in DXP Cloud

profile picture

Ibai Ruiz

2020-09-25 05:30 UTC

You'll learn how the SDLC (Software Development LifeCycle) is set up in DXP Cloud, how it works, and how can it be customized. Webhooks, Continuous Deployment, we'll talk about everything devops in DXP Cloud!