Panagiotis Katsaroumpas, PhD
Deep Dive - Codiply.com

Deep Dive - Codiply.com

Follow
homecodiply.com
Tag

Docker

#docker

More content

Read more stories on Hashnode


Articles with this tag

Spark Operator container Image for Amazon EKS

Aug 11, 20214 min read

This is how to create the necessary docker images to run Spark on Amazon EKS (Elastic Kubernetes Service) using Spark on k8s Operator. This is because...

Spark Operator container Image for Amazon EKS

AWS Lambda function in Scala with Container Image

Jul 4, 20213 min read

In this post I will describe how you can write your code in Scala, package it in a Docker Container, and run it serverless with AWS Lambda. Scala...

AWS Lambda function in Scala with Container Image