What is NetworkPolicy in kubernetes?

In Kubernetes clusters, a firewall is used for controlling traffic at the IP level or port level. NetworkPolicy acts as a firewall in the cluster. It will allow you to define some firewall rules, like which pod is allowed to accept an incoming request or an outgoing request. It also helps to prevent sensitive resources from public access of all pods and limit the damage if you have any risk.

What is Ingress

The key features of ingress are that it acts as a single point of entry and routes incoming traffic from the internet into cluster internal services by mapping HTTP or HTTPS requests based on URL path or host. It also manages SSL/TLS for secure communication.

How to mount a volume to a pod in Kubernetes

Kubernetes containers and pods are ephemeral and can be restarted, rescheduled, or deleted. Persistent storage ensures that data remains intact across these lifecycle changes. This type of storage is essential for applications that require long-term data retention, like databases or logs. Volume mounts play a crucial role in providing persistent storage service. This article will show the process of mounting the pod with persistent volume.

প্রজেক্ট রিয়েক্টর দ্বিতীয় পর্ব।

প্রজেক্ট রিয়েক্টর দ্বিতীয় পর্ব।

জাভা স্ট্রিমস এবং রিএক্টিভ স্ট্রিমস এর মধ্যে অনেকটা মিল রয়েছে আবার কিছু পার্থক্য রয়েছে আসুন আমরা এখন জাভা স্ট্রিমস এবং রিএকটিভ স্ট্রিমস এর মধ্যে পার্থক্য দেখব।

প্রজেক্ট রিয়েক্টর প্রথম পর্ব। Reactive Systems এর মূল লক্ষ্য কী?

প্রজেক্ট রিয়েক্টর প্রথম পর্ব। Reactive Systems এর মূল লক্ষ্য কী?

স্বল্প রিসোর্স নিয়ে বেশি পরিমাণ কাজ করা, রিএক্টিভ প্রসেসিং এর মাধ্যমে অধিক পরিমাণে কনকারেন্ট রিকোয়েস্ট স্বল্প রিসোর্স (মাইক্রসার্ভিস/অ্যাপ্লিকেশন) ইন্সটান্স দিয়ে সার্ভ করা।

Pagination