Skip to main content

Solutions

How to Set Up an Nginx Ingress with Cert-Manager on DigitalOcean Kubernetes
Tutorials Kubernetes Let's Encrypt Nginx Security Solutions
Introduction> Introduction # Kubernetes Ingresses allow you to flexibly route traffic from outside your Kubernetes cluster to Services inside of your cluster. This is accomplished using Ingress Resources, which define rules for routing HTTP and HTTPS traffic to Kubernetes Services, and Ingress Controllers, which implement the rules by load balancing traffic and routing it to the appropriate backend Services.
How To Set Up an Elasticsearch, Fluentd and Kibana (EFK) Logging Stack on Kubernetes
Tutorials Elasticsearch Kubernetes Logging Solutions
Introduction> Introduction # When running multiple services and applications on a Kubernetes cluster, a centralized, cluster-level logging stack can help you quickly sort through and analyze the heavy volume of log data produced by your Pods.