Containers are all the rage these days ever since Docker came on the scene and made containers available to us mere mortals. But how do you deploy, manage, and monitor all these containers? Meet Kubernetes, an open-source, container management service!
In my previous article, I talked about the true costs of building an in-house IT Monitoring tool. Many organizations, of course, will consider several solutions before making an investment decision. The usual options are:
There are many different types of objects that we can work with in Python. Dates are one of those objects that are infamous in nearly every language. Date types are notoriously hard to wrangle but Python has quite a few ways to manipulate dates and time.