Kubernetes – Status: Evicted

The status “Evicted” means that Pod was “evicted” from the node, as he lacked the resources. This can be observed if you display the following:   In order to remove all pods in the status “Evicted“, do the following:

Kubernetes – CORS enable

To enable CORS in ingress, add the following:   * – allows requests from anywhere, replace it with the domain you need

Kubernetes – Ingress few backends

Configuration example Kubernetes Ingress with the choice of backend based on the value of the argument “proxy“. And the default backend, if the value of the argument “proxy” is different from “1” and “2“, or is missing. manifest.yaml

Terraform – Kubernetes cluster on AWS EC2

Terraform configuration example that creates Kubernetes cluster (Bare Metal) on AWS EC2. Creates Ingress with NodePort. IP addresses Ingress nodes. This template creates the following EC2 instances: 1 manager 2 workers 2 ingresses variables.tf