How to securely expose Kubernetes resources to the Internet?

As organizations increasingly adopt cloud-based technologies and distributed development workflows, exposing internal resources such as Kubernetes clusters has become a necessity.

In this article, we will explore the challenges and limitations associated with exposing internal resources and discuss how hackers are attempting to attack these resources.

Also, check examples of code to provide secure Kubernetes configuration.

Czytaj dalej „How to securely expose Kubernetes resources to the Internet?”

Interview Q&A – Kubernetes for junior

Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It’s a standard these days to use Kubernetes clusters in companies.

If you are about to apply for junior positions as a cloud engineer, devops engineer or other position that requires you to know Kubernetes then this article is for you.

You will find top 10 interview questions about this topic with short answers.

Czytaj dalej „Interview Q&A – Kubernetes for junior”

Kubernetes firewall in GCP (GKE)

Firewall rules configuration is different for GKE and compute engine in GCP. When creating typical virtual instances (compute engine) there is no standard firewall rule auto-generated, which means you have to take care of it by yourself. This is the main difference between CE and GKE. Google Kubernetes Engine firewall rules are auto-generated as part of the cluster, service or other component creation process. Let’s take a closer look at what and when specific rules are auto-generated.

Czytaj dalej „Kubernetes firewall in GCP (GKE)”