<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>daniela &#8211; DerSalvador</title>
	<atom:link href="https://www.dersalvador.com/author/daniela/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dersalvador.com</link>
	<description></description>
	<lastBuildDate>Mon, 20 Apr 2020 17:06:10 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.dersalvador.com/wp-content/uploads/2020/04/cropped-favicon-32x32.png</url>
	<title>daniela &#8211; DerSalvador</title>
	<link>https://www.dersalvador.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Four mistakes organizations make when adopting DevOps</title>
		<link>https://www.dersalvador.com/four-mistakes-organizations-make-when-adopting-devops/</link>
					<comments>https://www.dersalvador.com/four-mistakes-organizations-make-when-adopting-devops/#respond</comments>
		
		<dc:creator><![CDATA[daniela]]></dc:creator>
		<pubDate>Mon, 20 Apr 2020 17:03:10 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<guid isPermaLink="false">http://www.dersalvador.com/_test-site/?p=294</guid>

					<description><![CDATA[1. Not going all the way the&#160;process of adopting DevOps&#160;can end up being very painful for those who do not go all out in terms of cultural acceptance and fully transitioning to all the required tools. Throwing in a couple of tools like Jenkins and Git for version control and build automation might be a [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">1. Not going all the way</h4>



<p>the&nbsp;<a href="http://devopsagenda.techtarget.com/opinion/Building-a-DevOps-culture-First-look-outside-the-enterprise" target="_blank" rel="noopener">process of adopting DevOps</a>&nbsp;can end up being very painful for those who do not go all out in terms of cultural acceptance and fully transitioning to all the required tools. Throwing in a couple of tools like Jenkins and Git for version control and build automation might be a good first step for&nbsp;<a href="http://searchsoftwarequality.techtarget.com/definition/continuous-integration" target="_blank" rel="noopener">continuous integration</a>, but the goal of DevOps is far beyond that.</p>



<p>You can&#8217;t keep your application architecture and underlying infrastructure the same as before and hope to achieve a&nbsp;<a href="http://www.theserverside.com/feature/Getting-through-the-three-toughest-stages-of-a-DevOps-transition" target="_blank" rel="noopener">DevOps transition</a>. DevOps requires going all the way in changing your infrastructure, from servers and virtual machines to containers.</p>



<p><a href="http://searchstorage.techtarget.com/answer/What-are-the-major-benefits-of-containerization" target="_blank" rel="noopener">Containers bring advantages</a>&nbsp;like portability across the development pipeline, flexibility in using multiple programming languages, decoupling of the host system from the application layer, and better security and fault tolerance. Today, it&#8217;s hard to imagine a DevOps team could function without the help of containers. While many organizations dip their toes in container adoption, it requires taking the plunge to transition to containers at every point of development.</p>



<p>Similarly, microservices is a bitter pill to swallow, as it calls for major change to the application layer. Microservices, the practice of breaking down a large application into multiple services that work together,&nbsp;<a href="http://searchitoperations.techtarget.com/tip/Building-a-DevOps-environment-with-microservices-and-containers" target="_blank" rel="noopener">supports DevOps</a>&nbsp;in a big way because developers can independently deploy and manage each service. This helps simplify the management of each service, but as a whole, brings new challenges, as many services need to communicate with each other for the app to function seamlessly. Networking, storage, node replication, service discovery, load balancing and resource allocation all become vital to the app&#8217;s function.</p>



<h4 class="wp-block-heading">2. Prioritizing titles over team structure</h4>



<p>Giving everyone a DevOps title doesn&#8217;t change anything. The reality is that DevOps is a culture, and not a tool. <a href="http://searchitoperations.techtarget.com/feature/How-to-implement-a-solid-DevOps-team-structure" target="_blank" rel="noopener">Implementing DevOps</a> means that you have decided to stop working as large, singular, isolated teams like Dev, IT and QA, and instead work as small, multifunctional teams that collaborate together on a Dev + IT + QA level. DevOps aims to achieve a culture that moves fast because teams are empowered to make decisions about the services they manage &#8212; that&#8217;s where structure comes into play. Your team should be organized based on the microservices architecture that powers your app. This will help each team that manages a service to become independent and to make decisions on their own without constant external assistance. Remember &#8212; you need a fast-moving, empowered team culture, instead of catchy titles.</p>



<h4 class="wp-block-heading">3. Not securing data in the cloud</h4>



<p>Out of the many reasons to prioritize&nbsp;<a href="https://www.ftc.gov/tips-advice/business-center/privacy-and-security/data-security" target="_blank" rel="noreferrer noopener">data security</a>, the one that stands out is the tremendous increase in the value of data. Information has always been critical for business success. Now, however, with the rise of data science, a company&#8217;s success depends on how much value it can unlock from its data. Simply put, data is an asset, and it is valuable today more than ever.</p>



<p>As you transition from a&nbsp;<a href="http://searchdatacenter.techtarget.com/news/2240150586/Are-private-data-centers-an-endangered-species" target="_blank" rel="noopener">private data center</a>&nbsp;to the cloud, data security is the first aspect to consider. This means understanding the shared responsibility model for data security in the cloud. The cloud vendor is responsible for the security of the cloud, and you&#8217;re responsible for security&nbsp;<em>in</em>&nbsp;the cloud.</p>



<p>Security in the cloud means following robust processes to encrypt your data into ciphertext, and to protect it with an encryption key. Services like&nbsp;<a href="https://aws.amazon.com/kms/" target="_blank" rel="noreferrer noopener">Amazon Web Services Key Management Service</a>&nbsp;help enforce this kind of data security. You need to ensure that the cloud vendor&#8217;s encryption policies and procedures match the level of security you need for audit and compliance purposes.</p>



<p>Securing your apps and data in the cloud involves a learning curve, but it is essential when you are adopting DevOps and a new way of operating in the cloud.</p>



<h4 class="wp-block-heading">4. Not decomposing data along with services</h4>



<p>For services to perform at their peak and process requests at a rapid pace, the data architecture that powers your application matters. If you simply decompose your app into services, but leave the databases that house your data untouched, the data becomes a bottleneck to performance.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dersalvador.com/four-mistakes-organizations-make-when-adopting-devops/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Legacy DevOps vs. Mainstream DevOps</title>
		<link>https://www.dersalvador.com/legacy-devops-vs-mainstream-devops/</link>
					<comments>https://www.dersalvador.com/legacy-devops-vs-mainstream-devops/#respond</comments>
		
		<dc:creator><![CDATA[daniela]]></dc:creator>
		<pubDate>Mon, 20 Apr 2020 15:32:05 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<guid isPermaLink="false">http://www.dersalvador.com/_test-site/?p=292</guid>

					<description><![CDATA[Characteristics of Legacy DevOps (called DelOps) No CI (No Unit Tests, No Mocking) All Quality Gates are right-shifted (UAT/AC Testers, Load and Performance Tests, Security, &#8230;) Proprietary IDE and command line tools without CI functionalities DVCS not present or plays a unimportant role (See SYM and CVS) Package-Centric deployment (No Microservices) Many different package types/package [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">Characteristics of Legacy DevOps (called DelOps)</h4>



<ul class="wp-block-list"><li>No CI (No Unit Tests, No Mocking)</li><li>All Quality Gates are right-shifted (UAT/AC Testers, Load and Performance Tests, Security, &#8230;)</li><li>Proprietary IDE and command line tools without CI functionalities</li><li>DVCS not present or plays a unimportant role (See SYM and CVS)</li><li>Package-Centric deployment (No Microservices)</li><li>Many different package types/package content with different deployment plan</li><li>Change Management and no machine readable release notes</li><li>Complex dependencies to sub-systems</li><li>Outage Handling</li><li>PROD deployment different to PREPROD deployment</li><li>Distributed Application Configuration Managemenet</li><li>Segragation of Duty</li><li>Historically complex (Need process changes)</li><li>Monolithic Domains</li><li>No DDD therefore almost impossible to introduce Micro-services</li><li>No SOA approach</li><li>Package-oriented deployment pipeline</li><li>Differentiation between managed and unmanaged environments</li><li>Often Bare-metal Infrastructure</li><li>Infrastructure is and was never part of Legacy Code Life Cycle owned by Dev Team</li><li>Often External Vendor sending packages to deploy on-premise at consumers site (Process-Break lead to DelOps)</li></ul>



<h4 class="wp-block-heading">Characteristics of Mainstream DevOps</h4>



<ul class="wp-block-list"><li>Greenfield view</li><li>Almost legacy-free value streams with almost no complex dependencies</li><li>Seamless transition from CI to CD via specific plugin support</li><li>Micro-services</li><li>Independent deployment to production</li><li>Microservices allow easy rollback</li><li>Container (Docker) and Unikernel Technology enabled</li><li>PREPROD easy cloneable from PROD</li><li>App Config Management can be handled right from the start (CI)</li><li>Full trust in core-teams (you develop it, you build it, you run it)</li><li>All processes are shifted left (No UAT Testers and no OPS anymore) and fullautomated</li><li>Virtual Infrastructre Automation is part of Development</li></ul>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dersalvador.com/legacy-devops-vs-mainstream-devops/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
