VMware

Hybrid Security - From On-Prem to Serverless

Hybrid Security - From On-Prem to Serverless

Explore the journey of securing hybrid applications, from Kubernetes to serverless. Dive into tools like Aqua and Harbor, ensuring cloud-native security across diverse tech stacks.

DevOps, as a practice to build and deliver software, has been around for over a decade. What about adding security to that, though? After all, security is one of the cornerstones of today’s information technology. As it turns out, one of the first mentions of adding security was a Gartner blog post in 2012. Neil MacDonald wrote,

“DevOps must evolve to a new vision of DevOpsSec that balances the need for speed and agility of enterprise IT capabilities (…)”.

Cost Matters! The Serverless Edition

Cost Matters! The Serverless Edition

Discover the cost implications of serverless on AWS Fargate versus self-hosted Kubernetes for your ACME Fitness Shop. Dive into a detailed comparison of service discovery, logging, compute, and data traffic expenses.

As a trend cloud vendors tend to use the word serverless quite loosely. While serverless comes in a lot of shapes and sizes and as long as the characteristics fit within the four categories from my last blog, it is a serverless service. To make sure that we’re all on the same page, I’ll use the following definition for serverless:

“Serverless is a development model where developers focus on a single unit of work and can deploy to a platform that automatically scales, without developer intervention.”

In this blog post, we’ll look at how that model works on AWS Fargate, which allows you to run containers without having to manage servers or clusters.

Serverless - From Microservice to Functions

Serverless - From Microservice to Functions

Explore a transformative journey from traditional app building to serverless excellence. Join me in unlearning and reshaping our mindset at AWS re:Invent's VMware Code session. Discover how we converted ACME Fitness Shop into AWS Lambda serverless functions.

Using serverless requires us to change our mindset on how we build apps and requires us to unlearn things we learned building apps in the past. At AWS re:Invent I got a chance to do a VMware Code session and talk about how we took part of our ACME Fitness Shop and transformed it into serverless functions with AWS Lambda.

Serverless - The Wrath of Containers

Serverless - The Wrath of Containers

Navigating the Serverless landscape: Containers vs. FaaS! Discover the continued value of containers in the era of Serverless. Join this session to explore moving a containerized app into AWS Fargate, analyze running costs, and delve into effective monitoring strategies.

Containers were this awesome technology that ushered in the Cloud era and with a lot of new FaaS tools coming along, companies are wondering if they should jump the container ship altogether. As it turns out, containers definitely have value in Serverless. In this session we will take an existing containerized app and move it into AWS Fargate, look at the cost of running it, and how we can monitor it.

Why Serverless Architectures Matter

Why Serverless Architectures Matter

Unlocking the true potential of serverless architecture! Explore key drivers, benefits, and why it's more than just a label. From automatic scaling to cost efficiency, delve into the world of serverless for seamless app development.

There are many predictions from market analyst firms on the size of the global serverless architecture market and how fast it will grow. The numbers range from $18B to $21.99B in the next few years with the compound annual growth rate (CAGR) in the double digits. But is serverless only a fancy name for products like AWS Lambda and Azure Functions?

Event-Driven Architectures - Putting Jazz Into Apps

Event-Driven Architectures - Putting Jazz Into Apps

Discover the rhythm of Event-Driven Architecture (EDA)! Unveil the power of events, APIs, and brokers in crafting resilient microservices. Learn why statelessness matters and delve into the jazz-like harmony of building apps.

The CTO of a company I have worked for used to say that services should be loosely coupled but tightly integrated. I didn’t realize until a lot later how true that statement is as you’re building out microservices. How those microservices communicate with each other has also changed quite a bit. More often than not, they send messages using asynchronous protocols. As an industry, we decided that this new way of building apps should be called “Event-Driven Architecture (EDA).”

Trusting Your Ingredients @DevOpsDays Columbus

Trusting Your Ingredients @DevOpsDays Columbus

Shift your perspective on security in the realm of development. In this eye-opening piece, discover the parallel responsibilities between a developer's role in app security and a chef's task in creating the perfect cheesecake. Explore how both domains share challenges in managing ingredients, preparations, and recipes, emphasizing the importance of a secure kitchen and codebase.

As a developer, I always thought that security, like documentation, would be done by someone else. While that might have been true in the past, in today’s world that model no longer works. As a developer you’re responsible for the security of your app. Security in this case should be seen in the broadest sense of the word, ranging from licenses to software packages. A chef creating cheesecake has similar challenges. The ingredients of a cheesecake are similar to the software packages a developer uses. The preparation is similar to the DevOps pipeline, and recipe is similar to the licenses for developers. Messing up any of those means you have a messy kitchen, or a data breach!

How to send CloudFormation events to Wavefront using AWS Lambda

How to send CloudFormation events to Wavefront using AWS Lambda

Supercharge your AWS CloudFormation deployments! Set up SNS events to capture CloudFormation events, and with AWS Lambda, seamlessly feed them into Wavefront for intuitive visualization. Enhance observability, troubleshoot faster, and ensure smooth Friday deployments. 🚀 #AWS #CloudFormation #Wavefront

Imagine this, it’s 5pm on a Friday afternoon and while you really want to go enjoy the weekend, you also need to deploy a new version of your app to production. Using AWS CloudFormation (CF), you add a new instance to your fleet of EC2 instances to run your app.