Gilad David Maayan is a technology writer who has worked with over 150 technology companies including SAP, Samsung NEXT, NetApp and Imperva, producing technical and thought leadership content that elucidates technical solutions for developers and IT leadership.

5 Kubernetes Concepts You Must Know: HPA, API Gateway, OpenTelemetry, and More
Kubernetes is an open source platform for automating the deployment, scaling and management of containerized applications. It was originally designed by Google and is now maintained by the Cloud Native Computing Foundation. ...

The CI/CD Process in a Cloud-Native World
The continuous integration and continuous deployment or delivery (CI/CD) process is a set of practices and tools used by software development teams to automate the building, testing and deployment of software. Here ...

Advanced Container Security: Auto-Benchmarking, Pentesting, XDR and More
Container security refers to the set of practices, tools and technologies used to secure containerized applications and the underlying infrastructure they run on. This includes securing the container images and runtime environment, ...

SSO Authentication in Serverless
Serverless refers to a cloud-native application development model in which developers build and run cloud-native applications based on microservices and running on platforms like Kubernetes. These serverless applications are software systems that ...

Monitoring ML Models in Kubernetes
Image Source Machine Learning Models on Kubernetes Kubernetes is an open-source container orchestration system that can be used to deploy and manage machine learning models. By using Kubernetes, you can easily scale ...

Using the Kubernetes Lens Dashboard to Boost Kubernetes Security
Kubernetes security is a complex challenge. Luckily, new open source tools are springing up to help address it. I’ll discuss a new, popular tool called Kubernetes Lens, which is making Kubernetes clusters ...

Running Machine Learning Models in Containers: A Beginner’s Guide
Image Source What Is a Machine Learning Model? A machine learning (ML) model is a mathematical model that is used to predict the output of a given input data set. It is ...

Application Dependencies in Kubernetes
Image Source What Are Application Dependencies? Application dependencies are the other software components, libraries, or systems that an application relies on in order to function properly. These dependencies may include external APIs, ...

Container Firewalls: What Are the Options?
Container firewalls are security tools that protect containerized applications and the host environment they run on from malicious traffic and threats. Containers are a lightweight and portable way to package and deploy ...

Lateral Movement in Containerized Environments
Image Source What Is Lateral Movement? Lateral movement refers to the actions taken by an attacker, after they have successfully compromised a system or network, to move from their initial point of ...