Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Cloud monitoring, security and related technologies.

Kubernetes as a Service using Amazon EKS

Kubernetes is an open source software that helps you manage and deploy your containerized applications. Kubernetes consists of two major component control planes (which decide where to run your pod) and a worker node (where your workload runs). As Kubernetes is a complex system, managing these components is challenging, and this is where you can use a Kubernetes as a Service solution like Amazon Elastic Kubernetes Service (EKS).

All You Need To Know About Multi-Cloud Security

A recent study from Juniper Research predicts the value of enterprise cybersecurity spend will continue to climb, exceeding $226 billion in 2027; up from $179 billion in 2022. This growth of 26% over the next five years reflects a rising awareness of vulnerabilities, not least of which is DDoS (Distributed Denial of Service) as a key driver behind the increasing spend.

The 7 DevOps Lifecycle Phases: How To Manage Costs At Each Step

DevOps helps developers and operators work together to create high-quality software quickly. DevOps is a modern software development philosophy that uses various tools, processes, and people to get ideal results rapidly. As a result, companies that use DevOps satisfy customer needs, achieving a competitive advantage.

The private cloud future: Data centres as a service

Even after the public cloud hype, private clouds remain to be a very essential part of many enterprises’ cloud strategy. Private clouds are simply giving CIOs more control over their budgets, enabling better security and allowing the flexibility to build best of breed IT solutions. So let’s stop here and take a step backwards, why are organisations even investing in their IT?

Life as a Chief Strategy Officer (CSO)

Google “CSO role description” and you will get 9 million results, none of which will sufficiently describe why it has been both challenging and enormously fulfilling for me at Tidal Migrations. Quite simply, a CSO role is uniquely tailored to the company it belongs to. So while Deloitte has this article about the six faces of a CSO, I wanted to share how my role came about and what it means to be a CSO at Tidal.

4 Multi-Cloud Misconceptions that Put Organizations at Risk

Shifting to the cloud? Multi-cloud environments enable organizations to expand their computing and storage capacities easily, but that comes with tradeoffs — topping the list: cybersecurity. What makes cloud computing appealing is also a reason to worry. It is easy to access your cloud environment anywhere with internet access, but that also means it’s easy for cybercriminals and digital adversaries to access it.

Why and how to monitor Amazon API Gateway HTTP APIs

API gateways are part of every modern microservice architecture. As their name already suggests, they are the gateway into your system; everyone who wants to access your service has to go through a gateway. In 2019, AWS announced HTTP APIs for its API Gateway (APIG) service. This was a big step to add more flexibility and lower latency to APIG. Before this release, you could only build REST APIs with APIG, which only helped when you wanted to create an API based on the REST architecture.