Explore >> Select a destination


You are here

juliaferraioli.com
| | harishnarayanan.org
2.2 parsecs away

Travel
| | If things work out as you've envisioned, there will be a time in your webapp's lifecycle when it's serving a large number of users. By the time things get to this point, it's ideal if you've architected your webapp to both scale gracefully to meet this load, and also be resilient to arbitrary failures of underlying compute resources. This article is about how you can use Docker containers and Kubernetes to help your Django webapp achieve these architectural goals.
| | rguske.github.io
2.5 parsecs away

Travel
| | This post covers how to monitor the VMware Event Broker Appliance (VM), plus it's Kubernetes components like the Control Plane (Master), the Node(s) as well as the Pods by using vRealize Operations Manager.
| | www.learnitguide.net
3.3 parsecs away

Travel
| | what is kubernetes, kubernetes basics, kubernetes tutorial, kubernetes introduction, how kubernetes works, what is kubernetes in devops
| | righteousit.com
11.9 parsecs away

Travel
| You know what Linux needs? Another task scheduling system!said nobody ever Important Artifacts Command output: systemctl list-timers --all systemctl status *.timers File locations: /usr/lib/systemd/system/*.{timer,service} /etc/systemd/system $HOME/.config/systemd [/var]/run/systemd/transient/*.{timer,service} [/var]/run/user/*/systemd/transient/*.{timer,service} Also Syslog logs sent to LOG_CRON facility. The Basics If you've been busy trying to get actual work done on your Linux systems, you may have missed...