Product: https://eu.store.ui.com/eu/en/products/ucg-ultra
Quad-core ARM® Cortex®-A53 at 1.5 GHz
3 GB RAM
Tailscale can be installed as per instructions for linux (both stable and unstable builds).
Product: https://eu.store.ui.com/eu/en/products/ucg-ultra
Quad-core ARM® Cortex®-A53 at 1.5 GHz
3 GB RAM
Tailscale can be installed as per instructions for linux (both stable and unstable builds).
kubectl logs does not take into account container log rotation (kubelet config containerLogMaxSize and containerLogMaxFiles). You can still find the latest rotated logs in /var/log/pods/<namespace>_<pod-name>_<pod-uid>/ though.
Don’t assume --since=0s will have all logs since the container started because it won't look into previous log files. Don't assume a long-running --follow will always give you latest logs, because it will not switch over to the new log after current is rotated.
Deprecation of kubernetes.io/role label.
role.node.kubernetes.io/role.kubectl get node won't show the ROLE column. See: kubernetes/kubernetes#84912 (comment)Deprecation of API versions.
Action: Make sure helm charts release state also have the manifests with the new API version.
the one stop shop for: Posto Ipirangaballpark figure: chuteinside baseball: panelinhacomputer programs are the tangible output of a thought process - the conversion of a thought process into a product.
Edward H. Bersoff, "Elements of Software Configuration Management"
software testing alone does not produce or ensure good software -- it only gives an indication of error frequency that can be expected and [...] verification only shows correspondence to functional requirements.
Joseph P. Cavano and James A. McCall, "A Framework for the Measurement of Software Quality"
"Those that know, do. Those that understand, teach."
Aristoteles (supposedly)
Scope: Building and running web-scale distributed cloud systems with container technologies :P
(not always bizarre, sometimes just backfiring daily design)
HorizontalPodAutoscaler takes into account Terminating pods when calculating the metrics.
The consequence is if a pod has a bug on its termination procedure, terminating pods as part of a scale down triggers a scale up.
Pending pods.clusterIP if you ever set it (even if to "") https://gitlab.com/gitlab-org/charts/gitlab/issues/1710#note_262760589