I'm an IT Professional. Or at least, I like to think I am :)
Nothing here yet.
May 10, 2024 · 1 min read · Helm is a Package Manager for K8s. Helm uses Charts, which are simply collections of configuration files. These files define components of an application. It uses templates, allowing customization on how applications are deployed. It includes number ...
Join discussion
May 8, 2024 · 1 min read · NodePort: NodePort is the most basic of all three options. It opens a specific port on all worker nodes so traffic can move to the service. It is the easiest to setup and is good for testing. It's not flexible, and overall it would not be the best op...
Join discussion
May 6, 2024 · 1 min read · Load balancing is crucial for distributing incoming traffic to multiple backend pods. This will help provide high availability and better performance. AWS offers load balancing and the ability to create Target Groups. Load Balancers basically tell tr...
Join discussion