#aks
Read more stories on Hashnode
Articles with this tag
In a scenario where you have multiple services running in one cluster, you will want them to communicate with each other. There are multiple ways to...
The last step in our cluster creation process -- creating an ingress controller. Let's talk about what that is. Ingress means "going in". In the K8s...
In this short article I want to prepare us for what will be the last step in this series - ingress controller and TLS termination. This preparation...
A service makes pods accessible. If you want the pods in your deployment to communicate with other pods or be accessible from outside the cluster, you...
Now that our namespaces and resource quotas are set, it's time to finally start putting some microservices into the cluster. The way a service gets up...
We don't want a rogue microservice to eat up all the CPU and memory in the cluster. Pods can be restricted to use a specific % of CPU and a flat...