Google Cloud Platform Blog
Distributed Load Testing Using Kubernetes
Monday, June 29, 2015
Load testing is an important part of the software development lifecycle - it’s critical that you understand how your applications and infrastructure will hold up once they go into production. But basic load testing isn’t quite enough, you need to be able to model user behavior at scale to really get a feel for how your systems will perform under load. Today we’re introducing
a new solution paper
and
a reference implementation
that will show you how to simulate user behavior and conduct distributed load testing using
Google Cloud Platform
and
Kubernetes
.
When load testing your application, you first need to setup and provision compute instances then deploy and execute load testing software. This is a good start and you can establish some baseline understanding of your application’s performance. But then it comes time to scale up the load testing to see how your application performs against increasing load. This usually involves provisioning more infrastructure and then executing tests again. Over time, you’ll have to repeat this process again and again in order to make sure you truly testing the limits of your application. Couple that process with having to execute these tests on a regular basis, for example, after each new build and you’ve created additional devops work for yourself and your team.
Containers and Kubernetes can help minimize the devops work associated with load testing. Containers rapidly scale, making them a great choice for simulating clients. And while working with individual containers is straightforward, managing a fleet of containers and orchestrating them can be difficult.
Kubernetes
,
an open source container container orchestration system, makes it easy to deploy and manage many containers.
The
solution paper
and
reference implementation
describe how you can deploy and scale distributed load testing using Docker containers and Kubernetes. You’ll learn how to create a container cluster using
Google Container Engine
, deploy a Docker-ized load testing framework, and scale the clients as you continue testing.
Check out the
Distributed Load Testing Using Kubernetes
solution and read through the details to learn about Kubernetes. Then take a look at the
reference implementation tutorial
to deploy a complete working example. Feedback is welcome and appreciated; comment here, submit a pull request, create an issue, or find me (
@crcsmnky
) on Twitter and let me know how I can help.
- Posted by Sandeep Parikh, Solutions Architect
No comments :
Post a Comment
Don't Miss Next '17
Use promo code NEXT1720 to save $300 off general admission
REGISTER NOW
Free Trial
GCP Blogs
Big Data & Machine Learning
Kubernetes
GCP Japan Blog
Labels
Announcements
56
Big Data & Machine Learning
91
Compute
156
Containers & Kubernetes
36
CRE
7
Customers
90
Developer Tools & Insights
80
Events
34
Infrastructure
24
Management Tools
39
Networking
18
Open Source
105
Partners
63
Pricing
24
Security & Identity
23
Solutions
16
Stackdriver
19
Storage & Databases
111
Weekly Roundups
16
Archive
2017
Feb
Jan
2016
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2015
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2014
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2013
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2012
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2011
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2010
Dec
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2009
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2008
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Feed
Subscribe by email
Technical questions? Check us out on
Stack Overflow
.
Subscribe to
our monthly newsletter
.
Google
on
Follow @googlecloud
Follow
Follow
No comments :
Post a Comment