VMware

Building a Serverless Fitness Shop - Continuous Anything

Building a Serverless Fitness Shop - Continuous Anything

Explore the synergy of Continuous Everything in the ACME Serverless Fitness Shop journey. From CI/CD with CircleCI to Pulumi integration and Continuous Verification, discover streamlined development and deployment insights.

If you’ve read the blog posts on CloudJourney.io before, you’ve likely read the term “Continuous Verification”. If you haven’t that’s okay too. There’s an amazing article from Dan Illson and Bill Shetti on The New Stack explaining in detail what Continuous Verification is. In a nutshell, the Continuous Verification comes down to making sure that DevOps teams put as many checks as possible into their CI/CD pipelines. Adding checks into a pipeline means there are fewer manual tasks and that means you have access to more data tot smooth out and improve your development and deployment process.

Building a Serverless Fitness Shop - Tools and Tech

Building a Serverless Fitness Shop - Tools and Tech

Discover the transformative journey from microservices to serverless in the ACME Serverless Fitness Shop series. Learn about data stores, application integration, compute resources, Infrastructure as Code, and CI/CD tools.

If you’ve read the blog posts on CloudJourney.io before, you’ve likely read the term “Continuous Verification”. If you haven’t that’s okay too. There’s an amazing article from Dan Illson and Bill Shetti on The New Stack explaining in detail what Continuous Verification is. To make sure we’re all on the same page, though, I’ll quickly go over it as well. As a definition, Continuous Verification is “A process of querying external system(s) and using information from the response to make decision(s) to improve the development and deployment process.”.

Continuous Verification In A Serverless World @ Serverless Nashville

Continuous Verification In A Serverless World @ Serverless Nashville

Discover the power of Continuous Verification in optimizing serverless apps. Learn to integrate it seamlessly into your pipelines with tools like GitLab, CloudHealth, Wavefront, and Gotling.

At VMware we define Continuous Verification as:

“A process of querying external systems and using information from the response to make decisions to improve the development and deployment process.”

At Serverless Nashville, I got a chance to not only talk about what that means for serverless apps but also how we use serverless in some of the business units at 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 (…)”.

Why should developers care about marketplaces?

Why should developers care about marketplaces?

Exploring the shift from physical to virtual markets! Dive into the reasons why developers find value in platforms like the VMware Cloud Marketplace for software solutions. Uncover the advantages of collaborative ecosystems in the digital realm.

Markets have been around ever since humans started trading. From ancient Persian civilizations to today’s farmers’ markets, the concept of a marketplace hasn’t changed that much – it’s a place for merchants and consumers to come together to exchange goods and services.

Marketplaces work so well for physical goods. But what about software? Won’t developers want to write everything themselves? In this post, I explore why developers can benefit from using marketplaces like the VMware Cloud Marketplace.

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).”