Basics of Securing Microservices

The Popularity of Microservices Microservices has become a highly popular way to build software, as opposed to the traditional monolithic, tiered approach. Problems that arise by separating the design of software into different modules built by separate teams then combined

Read More »

Basics of Securing Kubernetes Services

Containerization has been swiftly gathering momentum in the IT industry with Gartner predicting that 50% of companies will use some element of container technology by 2020, up from under 20% in 2017. Kubernetes (also known as K8S) is the leading

Read More »

Stateful vs. Stateless Architecture Overview

 Stateful vs. Stateless – An Overview The key difference between stateful and stateless applications is that stateless applications don’t “store” data whereas stateful applications require backing storage. Stateful applications like the Cassandra, MongoDB and mySQL databases all require some type

Read More »
Scroll to Top