CronJobs in your Kubernetes environment

Kubernetes has rapidly become the de-facto standard for the management of containerized infrastructures. Within the varied workload resources available in Kubernetes for controlling and managing pods and containers, the most common are: Deployments ReplicaSets StatefulSets These are used to both create systems and control desired behavior of the different parts. Even though these resources have…

Read More

Managed Kubernetes Services comparison: GKE vs. EKS vs. AKS

Due to the success of our Kubernetes vs Docker Swarm blog post, and the increasing popularity of Kubernetes as one of the most powerful container orchestration tools, today we are going to review the managed Kubernetes services offered by the leading Public Cloud Providers: Amazon Web services, Azure and google cloud   Amazon Web Services…

Read More

What is Serverless technology and what are its advantages

Serverless technology is a new concept that is expanding strongly due to the advantages it offers. If you are still getting used to working in the cloud (and many companies have not yet decided to make the leap from the physical server to the cloud server) comes this new possibility that although it is translated…

Read More

Automate your application using the AWS Lambda serverless service

Since the containerization boom, we have started to remove the big pieces of our applications, replacing our servers with virtual machines, our virtual machines with containers, and our containers with code “In Situ”.   But what is AWS Lambda?   AWS Lambda is an event-driven, serverless computing platform provided by AWS that enables you to…

Read More