Ads Top

DevOps : Inception and Working With a Product Team

From an operational perspective, my first instinct is to understand the application
architecture so I can start thinking about the proper deployment model for the
infrastructure components. Here are some of my operational questions and
considerations for this stage:

– Are we using a public or private cloud?
– What is the lead time for spinning up each component and ensuring they comply
with my companies regulations?
– When do I need to provide a development environment to my dev team or will
they handle it themselves?
– Does this application perform functions that other applications or services already
handle? Operations should have high-level visibility into the application and
service portfolio.

From a development perspective, my first milestone is to make sure the ops team
fully understands the application and what it takes to deploy it to a pre-production
environment. This is where we the developers sync with the product and ops team
and make sure we are aligned.

Planning for the product team:

– Is the project scope well defined? Is there a product requirements document?
– Do we have a well defined product backlog?
– Are there mocks of the user experience?

Planning for the ops team:

– What tools will we use for deployment and configuration management?
– How will we automate the deployment process and does the ops team

understand the manual steps?

– How will we integrate our builds with our continuous integration server?
– How will we automate the provisioning of new environments?
– Capacity Planning – Do we know the expected production load?

There’s not a ton of activity at this stage for the operations team. This is really
where the DevOps synergy comes into play. DevOps is simply operations working
together with engineers to get things done faster in an automated and repeatable
way. When it comes to scaling, the more automation in place the easier things will
be in the long run.

Development and Scoping Production

This should start with a conversation between the dev and ops teams to control
domain ownership. Depending on your organization and peers strengths this is
a good time to decide who will be responsible for automating the provisioning
and deployment of the application. The ops questions for deploying complex web
applications:

– How do you collect and aggregate logs?
– How do you monitor services?
– How do you monitor network performance?
– How do you monitor application performance?
– How do you alert and remediate when there are problems?

During the development phase the operations focused staff normally make sure the
development environment is managed and are actively working to set up the test, QA
and Prod environments. This can take a lot of time if automation tools aren’t used.

Testing and Quality Assurance

Once developers have built unit and functional tests we need to ensure the tests
are running after every commit and we don’t allow regressions in our promoted
environments. In theory, developers should do this before they commit any code, but
often times problems don’t show up until you have production traffic running under
production infrastructure. The goal of this step is really to simulate as much as possible
everything that can go wrong and find out what happens and how to remediate.


The next step is to do capacity planning and load testing to be confident the
application doesn’t fall over when it is needed most. There are a variety of tools for
load testing:

– Apica Load Test - Cloud-based load testing for web and mobile applications

– Soasta – Build, execute, and analyze performance tests on a single, powerful,
intuitive platform.

– Bees with Machine Guns – A utility for arming (creating) many bees (micro EC2
instances) to attack (load test) targets (web applications).

– MultiMechanize – Multi-Mechanize is an open source framework for performance
and load testing. It runs concurrent Python scripts to generate load (synthetic
transactions) against a remote site or service. Multi-Mechanize is most commonly
used for web performance and scalability testing, but can be used to generate
workload against any remote API accessible from Python.

– Google PageSpeed Insights - PageSpeed Insights analyzes the content of a web
page, then generates suggestions to make that page faster. Reducing page load
times can reduce bounce rates and increase conversion rates.

The last step of testing is discovering all of the possible failure scenarios and coming
up with a disaster recovery plan. For example, what happens if we lose a database
or a data center or have a 100x surge in traffic?

During the test and QA stages operations needs to play a prominent role. This is
often overlooked by ops teams but their participation in test and QA can make a
meaningful difference in the quality of the release into production. Here’s how:

If the application is already in production (and monitored properly), operations
has access to production usage and load patterns. These patterns are essential to
the QA team for creating a load test that properly exercises the application. I once
watched a functional test where 20+ business transactions were tested manually by
the application support team. Directly after the functional test I watched the load
test that ran the same 2 business transactions over and over again. When I asked
the QA team why there were only 2 transactions they said, “because that is what
the application team told us to model.”

The development and application support teams usually don’t have time to sit with
the QA team and give them an accurate assessment of what needs to be modeled
for load testing. Operations teams should work as the middle man and provide
business transaction information from production or from development if this is an
application that has never seen production load.

Here are some of the operational tasks during testing and QA:

– Ensure monitoring tools are in place.
– Ensure environments are properly configured
– Participate in functional, load, stress, leak, etc… tests and provide analysis
and support
– Providing guidance to the QA team

Production

Production is traditionally the domain of the operations team. For as long as I can
remember, the development teams have thrown applications over the production
wall for the operations staff to deal with when there are problems. Sure, some
problems like hardware issues, network issues, and cooling issues are purely on the
shoulders of operations – but what about all of those application specific problems?

For example, there are problems where the application is consuming way too many
resources, or when the application has connection issues with the database due to
a misconfiguration, or when the application just locks up and has to be restarted.

I recall getting paged in the middle of the night for application-related issues and
thinking how much better each release would be if the developers had to support
their applications once they made it to production. It was really difficult back in
those days to say with any certainty that the problem was application related and
that a developer needed to be involved. Today’s monitoring tools have changed that
and allow for problem isolation in just minutes. Since developers in financial services
organizations are not allowed access to production servers, it makes having the
proper tools all the more important.

Production DevOps is all about:

– deploying code in a fast, repeatable, scalable manner
– rapidly identifying performance and stability problems
– alerting the proper team when a problem is detected
– rapidly isolating the root cause of problems
– automatic remediation of known problems and rapid manual remediation of new
problems (runbooks and runbook automation)

Your application must always be available and operating correctly during business
hours (this may be 24×7 for your specific application).

Alerting Tools:

– PagerDuty

In case of failures alerting tools are crucial to notify the ops team of serious issues.
The operations team will usually have a runbook to turn to when things go wrong. A
best practice is to collaborate on incident response plans.

Maintenance

Finally we’ve made it to the last major category of the software development life
cycle, maintenance. My mind focuses on the following tasks:

– Capacity planning – Do we have enough resources available to the application?
If we use dynamic scaling, this is not an issue but a task to ensure the scaling is
working properly.

– Patching – Are we up to date with patches on the infrastructure and application
components? This is supposed to help with performance, security, and/or stability
but it doesn’t always work out that way.

– Support – Are we current with our software support levels?

– New releases – New releases always made me cringe since I assumed the release
would have issues the first week. I learned this reaction from some very late
nights immediately following those new releases.

As a developer the biggest issues during the maintenance phase is working with
the operations team to deploy new versions and make critical bug fixes. The other
primary concern is troubleshooting production problems. Even when no new
code has been deployed, sometimes failures happen. If you have a great process,
application performance monitoring, and a DevOps mentality, resolving the root
cause of failures becomes easy.

As you can see, the dev and ops perspectives are pretty different, but that’s exactly
why those 2 sides of the business need to tear down the walls and work together.
DevOps isn’t just a set of tools, but a philosophical shift that needs that requires
buy-in from all folks involved to truly succeed. It’s only through a high-level of
collaboration that things will change for the better. AppDynamics can’t change the
mindset of your organization, but it is a great way to foster collaboration across all
of your organizational silos.

7 Habits of Highly Effective (DevOps) People

1. Be Proactive

Ok. This concept is a no-brainer for folks in Operations. If you let things happen
to-you (ie reactive), you’ll spend your whole day responding to angry users and lineof-
business folks…trapped in endless war-room conference calls trying to figure out
why something broke after-the-fact. At the most basic level, being proactive can
only happen if you have enough visibility into how your applications are working
before any problem reaches a Severity-1 level. Pilots can’t fly a plane without the
right set of gauges and instrumentation, so don’t put your team in the position of
operating a mission-critical app without the right level of visibility. Having visibility
puts you in control and allows you to be proactive.

2. Begin With the End In Mind

Define what success is and what impact you want to have on your organization.
Go beyond uptime and availability measures and think about how your work can
contribute to the company’s revenue achievement, revenue growth, competitive
advantage, customer satisfaction, etc. Thinking in these terms will better align
you with your Line-of-Business (LOB) colleagues as well as enhance your job
satisfaction. Our users who can say: “my company would have never been able to
grow web sales by 35% last year without my contributions to scaling and operating
our app” have a lot of job satisfaction.

3. Put First Things First

In a nutshell, this habit instructs us to prioritize tasks based on importance, rather
than urgency. It is an easy trap to “live in your inbox” or see half the day get wasted
by chasing down false alarms. I like Covey’s 2×2 matrix and it’s a good five minute
exercise to put all of our projects/tasks in this matrix to ensure we are spending the
bulk of our week on things that are both important and urgent. Certainly, the right
Operations tools and automation can help provide focus by prioritizing what work
will have the most impact on the success of a mission critical application.

4. Think Win-Win

This is also a major tenet of the DevOps movement – If Dev, Ops, and LOB all have
divergent goals and objectives…there will always be tension and conflict. As the
Operations guy, take the initiative to find out what matters to your Dev and LOB
counterparts and how they measure success. Once you’ve done that, align your
goals and objectives with theirs and co-build a plan to get there. What most of the
successful DevOps shops are doing is picking shared goals/objectives that matter
to Dev/Ops/ LOB and then aligning their efforts to achieve those goals. When
everyone is committed to the same goals and a shared plan to get there, a lot of
the daily conflict/political infighting goes away.

5. Think First To Understand, Then To Be Understood

Application Operations can be hard. For most of our App Ops users, they didn’t
architect or code the application they are responsible for, but there is a lot they
must understand about it to operate it successfully. On top of that, if their shop
is agile, their app is likely changing all the time and it can be near impossible to
know how it has changed each time. With agile, the days of complete knowledge
transfer and gated exit criteria seem to be gone, so you’ll need different approaches
to understand what you need to know about the App to succeed. The right tools/
automation can help by automatically discovering what has changed and whether
or not the new build is performing as well as the last build. Once you have this
understanding – you’ll be in a better position to communicate to Dev/Test if/how/
where the new build is performing poorly….and be listened to.

6. Synergize

This habit can often mean to use teamwork to reach goals unattainable by one
person working alone. Often we hear Dev & Ops folks talk about the “blame
game” that goes on inside their company and the acronym MTTI – “Mean-time-to-
Innocence”…where each silo (network, database, application, server, storage) are
all trying to prove that their area isn’t to blame for the latest problem. When the
culture that exists between Dev and Ops is one that leads to finger-pointing rather
than collaboration, then there is an opportunity for improvement. The DevOps
movement has some good materials on how to enact a cultural change to enhance
collaboration and teamwork.

7. Sharpen Your Saw

Continually look for ways to improve your knowledge and the way you do
Operations. What we’ve seen a lot in the last 2 years is Infrastructure Ops folks
re-defining themselves as AppOps or DevOps people. And they aren’t just changing
their title. What this means is that they’ve changed the way they work, added to
their skills, gained experience with new tools/automation (AppDynamics, Puppet,
Chef, etc..). What I often see from folks that have embraced these new skills is a
new level of confidence and job satisfaction. I hear a new pride when they say they
are “Ops people who can code” or “Ops people who can troubleshoot App issues
better than their peers”. If you are interested in taking this same journey, study the
presentations on slideshare by Netflix and others on how they run Operations and
what this has meant to their job definitions.

In the end, the habits and behaviors of highly effective Application Operation
require a range of skills that go beyond learning a new way to use automation to
improve availability and performance – these skills also include effective relationship
management and goal alignment across teams, prioritization/time management,
and continuous improvement. The good news is that most of the App Ops folks we
work with seem naturally inclined to continually improve.


No comments:

Powered by Blogger.