<?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>DevOps &#8211; The Integrator</title>
	<atom:link href="https://integratormedia.com/tag/devops/feed/" rel="self" type="application/rss+xml" />
	<link>https://integratormedia.com</link>
	<description>EMEA&#8217;s Most Sought-After Publication by SMEs and Global Corporates</description>
	<lastBuildDate>Mon, 11 Dec 2023 14:56:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>Load Balancing Traffic to Applications in Kubernetes Cluster</title>
		<link>https://integratormedia.com/2023/01/06/load-balancing-traffic-to-applications-in-kubernetes-cluster/</link>
					<comments>https://integratormedia.com/2023/01/06/load-balancing-traffic-to-applications-in-kubernetes-cluster/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 06 Jan 2023 04:13:18 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Tech Features]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[LoadBalancer]]></category>
		<category><![CDATA[NodePort]]></category>
		<guid isPermaLink="false">https://varonline.com/?p=13870</guid>

					<description><![CDATA[By: Amr Alashaal, Regional Vice President &#8211; Middle East at A10 Networks Kubernetes (also known as K8s), the container orchestration tool originally developed by Google, has quickly become the platform of choice for deploying containerized applications in public and private clouds. For the DevOps teams, K8s provides a common platform for deploying their applications across [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong><em>By: </em></strong><strong>Amr Alashaal, Regional Vice President &#8211; Middle East at A10 Networks</strong></p>
<p>Kubernetes (also known as K8s), the container orchestration tool originally developed by Google, has quickly become the platform of choice for deploying containerized applications in public and private clouds.</p>
<p>For the DevOps teams, K8s provides a common platform for deploying their applications across the different cloud environments, abstracting the intricacies of the underlying cloud infrastructure, and allowing them to focus on their tasks. For organizations, this translates into flexibility to deploy the applications in the cloud that best meets the needs of customers, while optimizing costs at the same time.</p>
<p>This flexibility to deploy applications in any cloud, however, creates the challenge of making them accessible to end users in a reliable and consistent manner. For example, as an application is moved from a private to a public cloud (such as AWS or Azure), how do you ensure the same level of accessibility, performance, reliability, and security, as in the private cloud?</p>
<p>For making applications accessible to the end users, Kubernetes supports the following options:</p>
<p><strong>NodePort:</strong> In this, a port is allocated on each node (known as NodePort) and the end users can access the application at the node’s IP address and port value. With this option, you have to manually configure a load balancer to distribute traffic among the nodes.</p>
<p><strong>LoadBalancer:</strong> Like NodePort, this option allocates a port on each node and additionally connects to an external load balancer. This option requires integration with the underlying cloud provider infrastructure and hence, is typically used with public cloud providers that have such integration. This tight integration, however, makes moving an application from one cloud provider to another difficult and error-prone.</p>
<p><strong>Ingress Controller:</strong> K8s defines an Ingress Controller that can route HTTP and HTTPS traffic to applications running inside the cluster. An Ingress Controller, however, does not do away with the requirement of an external load balancer. As in the case of the load balancer, each public cloud provider has its own Ingress Controller that works in conjunction with its own load balancer. For example, Azure’s AKS Application Gateway Ingress Controller is an Ingress Controller that works in conjunction with the Azure Application Gateway. This again makes the access solution specific to a cloud deployment.</p>
<p>Clearly, none of the above options provide a truly cloud-agnostic solution. Also, while using a cloud provider’s custom load balancing or Ingress Controller solution may be quick and easy in the short term, overall, it increases the management complexity and inhibits automation as you now have to deal with multiple different solutions.</p>
<p>A desired solution would have the following key attributes:</p>
<p><strong>Cloud-agnostic:</strong> The solution should work in both public and private clouds. This means it should be available in different form factors (such as virtual, physical, and container) so that it can be deployed in a form that is optimal for that environment.</p>
<p><strong>Dynamic configuration of load balancer:</strong> The solution should be able to dynamically configure the load balancer to route traffic to the Pods running inside the Kubernetes cluster as the Pods are created and scaled up/down.</p>
<p><strong>Support automation tools:</strong> The solution should support automation tools for integration into existing DevOps processes such as CI/CD pipelines.</p>
<p><strong>Centralized visibility and analytics:</strong> The solution should provide centralized visibility and analytics. This would enable proactive troubleshooting, and fast root-cause analysis, leading to higher application uptime.</p>
<p><strong> </strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://integratormedia.com/2023/01/06/load-balancing-traffic-to-applications-in-kubernetes-cluster/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>noon payments Drives Online Transactions With Microsoft Cloud</title>
		<link>https://integratormedia.com/2022/02/23/noon-payments-drives-online-transactions-with-microsoft-cloud/</link>
					<comments>https://integratormedia.com/2022/02/23/noon-payments-drives-online-transactions-with-microsoft-cloud/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 23 Feb 2022 12:48:17 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Cost-Efficiency]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Microsoft Azure]]></category>
		<category><![CDATA[Microsoft UAE]]></category>
		<category><![CDATA[noon payments]]></category>
		<category><![CDATA[Scalable Platform]]></category>
		<guid isPermaLink="false">https://varonline.com/?p=12076</guid>

					<description><![CDATA[Microsoft has announced that Dubai-based e-commerce business, “noon payments” has successfully migrated its core operations to Microsoft Azure, to achieve performance and availability, accelerate DevOps, and enhance cost-efficiency. “As a payment service provider, we needed to respond in real-time to any kind of demand spike and to give our merchants the instant response times they [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Microsoft has announced that Dubai-based e-commerce business, “noon payments” has successfully migrated its core operations to Microsoft Azure, to achieve performance and availability, accelerate DevOps, and enhance cost-efficiency.</p>
<p>“As a payment service provider, we needed to respond in real-time to any kind of demand spike and to give our merchants the instant response times they expect,” said Marco Incalcaterra, Head of Technology at noon payments. “Microsoft offers the most comprehensive solution in the market; the products are connected to one another. The company’s large, flexible offering was one of the key factors in choosing Microsoft as our partner that will enable us to develop a strong, resilient, easy-to-scale platform.”</p>
<p>“Being a holistic payments platform, organizations like noon payments play a crucial role in enabling digital transformation for enterprises across the world,” said Naim Yazbeck, Regional Director, Enterprise and Partner Group (EPG), Microsoft UAE.</p>
<p>The Microsoft Azure cloud deployment was also expected to meet noon payments’ requirement for zero downtime by leveraging Traffic Manager to divert transactions to other regions during times of maintenance.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://integratormedia.com/2022/02/23/noon-payments-drives-online-transactions-with-microsoft-cloud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Tenable Enhances Open Source Capabilities and Expands Cloud Native Support</title>
		<link>https://integratormedia.com/2021/12/28/tenable-enhances-open-source-capabilities-and-expands-cloud-native-support/</link>
					<comments>https://integratormedia.com/2021/12/28/tenable-enhances-open-source-capabilities-and-expands-cloud-native-support/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 28 Dec 2021 12:30:31 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Embeded Security]]></category>
		<category><![CDATA[IaC]]></category>
		<category><![CDATA[Nico Popp]]></category>
		<category><![CDATA[Supply Chains]]></category>
		<category><![CDATA[Tenable]]></category>
		<category><![CDATA[Terrascan]]></category>
		<guid isPermaLink="false">https://varonline.com/?p=11731</guid>

					<description><![CDATA[Tenable announces new features for Terrascan, the leading open source cloud native security analyzer that helps developers secure Infrastructure as Code (IaC). It claims that the new capabilities enable organizations to embed security into their DevOps tooling, pipelines and supply chains, mitigating risks before infrastructure is provisioned. Nico Popp, Chief Product Officer, Tenable says, “Just [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Tenable announces new features for Terrascan, the leading open source cloud native security analyzer that helps developers secure Infrastructure as Code (IaC). It claims that the new capabilities enable organizations to embed security into their DevOps tooling, pipelines and supply chains, mitigating risks before infrastructure is provisioned.</p>
<p>Nico Popp, Chief Product Officer, Tenable says, “Just as IaC opens the door to programmatically embed policy checks earlier in the development lifecycle, Terrascan detects compliance and security violations across IaC to mitigate risk before provisioning. We are committed to ensuring Terrascan remains open and available to all development teams and are excited to contribute to its growth.”</p>
<p>Terrascan features:</p>
<ul>
<li>The ability to identify security risks in more IaC and container definition formats</li>
<li>Integration with all major container registries, including to identify vulnerabilities in container images referenced by IaC</li>
<li>More flexible developer workflows, including the programmatic enforcement of security policies before changes are committed into the code repository and before they are applied to the runtime environment</li>
<li>Improved ability to filter and prioritize findings according to user needs</li>
<li>Deeper integration with external dashboards and reporting frameworks</li>
<li>A new graphical user interface to simplify creation and testing of new policies</li>
</ul>
<p>Terrascan fundamentally enhances the value of IaC used by organizations to define and manage cloud infrastructure, and improves security by enabling teams to eliminate risk before infrastructure is deployed. In addition to Terrascan, Tenable offers Accurics by Tenable, so enterprise customers can protect the full cloud-native stack throughout the DevOps lifecycle, from the time it is defined in code through production usage.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://integratormedia.com/2021/12/28/tenable-enhances-open-source-capabilities-and-expands-cloud-native-support/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
