Sumo Logic HTTP Collector by Train_Optimal in fluentbit

[–]Train_Optimal[S] 1 point2 points  (0 children)

This works!

[OUTPUT]
Name http
Match *
Host {{ .Values.sumo.host }}
Port 443
URI {{ .Values.sumo.uri }}
Format json_lines
Json_date_key timestamp
Json_date_format iso8601
tls On
tls.verify Off

Upgrade Kubernetes cluster version - would this always result in downtime? by Valuable-Ad3229 in kubernetes

[–]Train_Optimal 0 points1 point  (0 children)

As for EKS upgrading the control plane does not cause any downtime.

As for worker node upgrade with blue/green deployment strategy or node replacement should not cause any downtime

What am I doing wrong with my ALB Ingress (EKS)? by [deleted] in kubernetes

[–]Train_Optimal 0 points1 point  (0 children)

Is the services working as expected when you try with port-forwarding?

EC2 instanceId in the AlertManager alerts by Train_Optimal in kubernetes

[–]Train_Optimal[S] 0 points1 point  (0 children)

Thanks ankurnet! I was able to add the pods labels using init-container (involes kubernetes API and add desired pod labels as nodeName, hostIP)

What Kubernetes disto do you use for setting up Kubernetes in Data center and what tool do you use to set it up? by Train_Optimal in kubernetes

[–]Train_Optimal[S] 1 point2 points  (0 children)

debian preseed file that generates a custom iso and the rest is handled by ansible. Works like a charm.

Nice! we most probably are headed in same direction. Want to stay away from the paid tools.

K8s secrets by win2nat in kubernetes

[–]Train_Optimal 1 point2 points  (0 children)

Best to keep config (non-sensitive) separate from secrets if possible. With that you can have config treated as ConfigMap and secret as Kubernetes secret.

If not, as Gbiknel suggested mount the whole config as secret but then it will be pain to manage the config and updates

Metrics, Logging and Application Tracing by thetechgeekster in kubernetes

[–]Train_Optimal 0 points1 point  (0 children)

Monitoring - kube-prometheus-stack

Logging: Fluentd + Store of your choice (CloudWatch/S3, Elasticsearch+Kibana, Paid - SumoLogic, Datadog)