Relative Content

Tag Archive for devops

CDN monitoring for cost distribution

I’m aggregating a lot of data from different vendors and have to provide an unified data set to a set of clients. The clients will be identified with a specific identifier upon fetching the data from CDN, however, i’d like to distribute all of the costs associated with running this CDN to the clients. In other words, there’s going to be a single CDN endpoint, which is going to be accessed by multiple clients.

Seeking some helping hands or suggestions for my career

I have 1 year of experience in tech support and 6 month of experience as a cloud engineer. However, My last organization, did not paid us salaries and they have stopped their operations as they are running out of funds. So, I just have the offer letter, nothing else. Now, my career gap is more than 1 and half year, and I am not getting calls for a devops engineer. I badly want the job ASAP.I am really frustrated, what to do. Could anyone please help what needs to be done?

Python packages from an operations perspective

As a developer I am used to keep my Python tools updated. Especially packages needed for installing and bundling. Using the most recent releases of pip, virtualenv and setuptools is in my personal experience the most reliable choice.