Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

5 Strategies to Improve the Effectiveness of Your IT Management

IT is pervasive in today’s setting. Businesses, governments, and individuals use IT products constantly for different purposes. In fact, it is forecast that the global spend would reach $5 trillion by the end of 2019. Most of the money streaming into the IT industry comes for corporations and government agencies. Households are also contributing to it, including home-based commercial ventures.

Kubernetes and containers adoption growing fast

Cloud-native development and microservices enable development teams to work more efficiently and innovate faster. Operators appreciate the container environment because it increases infrastructure utilization, enabling them to accomplish more with less while managing critical applications at unprecedented scale. Kubernetes and containers adoption growing fast in the last few years.

Principles for Continuous Integration

Get a decent source code management system like Github, Gitlab or Bitbucket etc. Every one uses the same code and keeps upto date with base line. this reduces the merge conflict issues. Don’t put every thing in SCM but everything you need to do a build should be in there including: test scripts, properties files, database schema, install scripts, and third party libraries