<?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>Kubernetes &#8211; The Integrator</title>
	<atom:link href="https://integratormedia.com/tag/kubernetes/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>Fri, 06 Jan 2023 04:13:18 +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>Delinea Announces the Latest Release of DevOps Secrets Vault; Adds MongoDB Support</title>
		<link>https://integratormedia.com/2022/06/30/delinea-announces-the-latest-release-of-devops-secrets-vault-adds-mongodb-support/</link>
					<comments>https://integratormedia.com/2022/06/30/delinea-announces-the-latest-release-of-devops-secrets-vault-adds-mongodb-support/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 30 Jun 2022 04:55:17 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Delinea]]></category>
		<category><![CDATA[DevOps Secrets Vault]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[MongoDB]]></category>
		<guid isPermaLink="false">https://varonline.com/?p=12750</guid>

					<description><![CDATA[Delinea, a leading provider of privileged access management (PAM) solutions for seamless security, has announced the latest release of DevOps Secrets Vault. Among other new and expanded features, the high-velocity vault offers enhanced support for Kubernetes, providing more secure credentials management for containerized applications. The release also introduces dynamic secrets for MongoDB, increasing the number [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Delinea, a leading provider of privileged access management (PAM) solutions for seamless security, has announced the latest release of DevOps Secrets Vault. Among other new and expanded features, the high-velocity vault offers enhanced support for Kubernetes, providing more secure credentials management for containerized applications. The release also introduces dynamic secrets for MongoDB, increasing the number of developer-preferred databases supported.</p>
<p><strong>Better Kubernetes support for more secure containerized apps</strong></p>
<p>This release of DevOps Secrets Vault expands secure management of secrets for communication between Kubernetes containers. Enhancements to the webhook include dynamically updated secrets and support for custom namespaces. High-speed credentials management is now available for DevOps teams supporting Windows sidecar containers.</p>
<p><strong>Harden apps by removing standing access to MongoDB</strong></p>
<p>MongoDB is one of the top-rated databases in the Stack Overflow 2021 Developer Survey and an attractive target for cyber attacks. DevOps Secrets Vault introduces dynamic secrets for MongoDB, which can create and delete local users just-in-time in the database. With MongoDB now supported, DevOps and DevSecOps teams have more flexibility in securing access to the databases that developers prefer while minimizing standing privileges.</p>
<p>“Developers know security is important, but often don’t have enough time to prioritize it. The focus for DevSecOps should be on seamless usability and automation for elastic and dynamic environments,” commented Phil Calvin, Chief Product Officer at Delinea. “By expanding Kubernetes support and adding dynamic secrets for MongoDB, we continue to give DevOps teams the ability to minimize security vulnerabilities related to hard-coded credentials.”</p>
<p>The latest release also enhances the graphical user interface with auditing, policy management, and expanded secrets management, providing a more seamless and usable security experience compared to the command-line interface.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://integratormedia.com/2022/06/30/delinea-announces-the-latest-release-of-devops-secrets-vault-adds-mongodb-support/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Understanding Kubernetes</title>
		<link>https://integratormedia.com/2022/04/05/understanding-kubernetes/</link>
					<comments>https://integratormedia.com/2022/04/05/understanding-kubernetes/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 05 Apr 2022 13:33:57 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tech Features]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[hybrid and multi-cloud]]></category>
		<category><![CDATA[information technology]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<guid isPermaLink="false">https://varonline.com/?p=12428</guid>

					<description><![CDATA[Written By: Michael Cade, Senior Global Technologist at Veeam One of the ever more popular topics in information technology (IT) are container systems, such as Kubernetes. Increasingly, decision-makers at companies of all sizes cannot avoid asking themselves whether containers should be integrated into their own IT infrastructure. At the same time, VMware&#8217;s Kubernetes Report 2021 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Written By: Michael Cade, Senior Global Technologist at Veeam</strong></p>
<p>One of the ever more popular topics in information technology (IT) are container systems, such as Kubernetes. Increasingly, decision-makers at companies of all sizes cannot avoid asking themselves whether containers should be integrated into their own IT infrastructure. At the same time, VMware&#8217;s Kubernetes Report 2021 says that Kubernetes is already being used more widely, but at the same time there is a lack of expertise and the necessary security. Reason enough to take a closer look at important questions around Kubernetes &#8211; especially from a data protection perspective.</p>
<p><strong>Integral part of hybrid and multi-cloud infrastructures?</strong></p>
<p>In the networks of many corporations and long-established companies, containers do not yet exist, or have only existed for a short time. They were not part of the traditional network structures based on a data center. However, neither are they an integral part of modern multi-cloud environments or hybrid solutions &#8211; they just fit in very well. It is similar to virtualization: this also started as a trend that not every company had to take up and therefore not all did &#8211; only early adopters integrate technology from the beginning. But 20 years later, it seems, a large proportion of all companies have virtualized a high number of workloads.</p>
<p>Kubernetes is now acting as a management platform for containers and interestingly, established and regulated industries like banking and financial services show greater interest and are early adopters of this technology, while other industries are still observing and evaluating the pros and cons.</p>
<p><strong>Compatible with the runtime environments?</strong></p>
<p>Of course, the question immediately arises as to whether Kubernetes and the virtualization software are compatible. First, let’s set the record straight about exactly what we are talking about: Kubernetes is an orchestration system for containers; Docker for example, is for now the most common container runtime. The containers created in Docker can each exist and be worked on separately. Developers can manage them individually and do not necessarily need a higher-level solution to manage them. But with the number of containers, the complexity grows, and the overview is lost. To keep this effort small and as clear as possible, a central administration point must be set up &#8211; and this is where Kubernetes comes into play. The software keeps an eye on everything and ensures, for example, that payloads are distributed dynamically and sensibly to the containers to guarantee the availability of a service and ensure that it can meet all requirements. Kubernetes is thus an orchestration for Docker and accordingly, a connection between the two is not only possible but desirable.</p>
<p><strong>New security vulnerabilities in sight?</strong></p>
<p>Kubernetes does not change the threat landscape. It does not close security gaps but requires the same Modern Data Protection as any other type of data. Formerly, we just saved everything, then with virtualization, we selected what to protect and how often. Today, we move forward with containers that sometimes only last for minutes or hours, other than Virtual Machines that can have a lifetime of months. Kubernetes.io provides in-depth documentation that focuses on the “Four Cs” of cloud-native security: Code, Container, Cluster, Cloud/Corporate Data Center. It states that each layer of the cloud-native security model builds on the previous one. Accordingly, the coding layer (code layer) benefits from a strong foundation at the cloud, cluster, and container level. So, if weak IT security standards apply there, the difficulties cannot be solved at the coding level. Each level must therefore be a strong foundation in itself. Kubernetes simply comes in here as the orchestrator of the containers.</p>
<p><strong>Kubernetes on the rise?</strong></p>
<p>The analysts at ESG published a report in September 2020 called Data Protection Trends and Strategies for Containers, which summarizes the results of a survey of 334 enterprise IT professionals from the United States and Canada. When asked about their use of containers, 67 percent said they use them for production-related applications. This statement underscores the increasing adoption and integration of containers into systems and networks, and this trend will continue over the next two years.</p>
<p>With the rise of containers, Kubernetes will then also increasingly enter the scene to manage the new environment well. Kubernetes will probably start this triumphant march with startups and large corporations first, because the former can build their networks and accordingly incorporate the new technology immediately, while the latter have the necessary money and personnel to successfully incorporate the new technology.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://integratormedia.com/2022/04/05/understanding-kubernetes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Moro Hub Collaborates with NetApp to Power Its Application Modernization Platform</title>
		<link>https://integratormedia.com/2021/11/16/moro-hub-collaborates-with-netapp-to-power-its-application-modernization-platform/</link>
					<comments>https://integratormedia.com/2021/11/16/moro-hub-collaborates-with-netapp-to-power-its-application-modernization-platform/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 16 Nov 2021 07:30:47 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[DEWA]]></category>
		<category><![CDATA[Dubai Electricity and Water Authority]]></category>
		<category><![CDATA[Green Data Center]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Kubernetes-Native Integration]]></category>
		<category><![CDATA[Moro Hub]]></category>
		<category><![CDATA[Network-Attached Storage]]></category>
		<category><![CDATA[Storage Area Network]]></category>
		<guid isPermaLink="false">https://varonline.com/?p=11450</guid>

					<description><![CDATA[Moro Hub, a subsidiary of Digital DEWA and the digital arm of Dubai Electricity and Water Authority (DEWA) appoints NetApp, a cloud-led, data-centric software company, as its platform to power the hub’s application modernization platform offering for businesses in the UAE. Moro Hub hosts the region’s first-tier III certified solar-powered Green Data Centre that focuses [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Moro Hub, a subsidiary of Digital DEWA and the digital arm of Dubai Electricity and Water Authority (DEWA) appoints NetApp, a cloud-led, data-centric software company, as its platform to power the hub’s application modernization platform offering for businesses in the UAE.</p>
<p>Moro Hub hosts the region’s first-tier III certified solar-powered Green Data Centre that focuses on sustainable practices to deliver customer-centric innovation.</p>
<p>“A key advantage is that NetApp’s unified software-defined platform supports all types of data across the Data Centre and the cloud, whether it’s Storage Area Network (SAN), Network Attached Storage (NAS), or Simple Storage Service (S3), which will help meet customers’ existing requirements while keeping the budgets affordable,” said Eng. Marwan Bin Haidar, Vice Chairman and Group CEO of Digital DEWA.</p>
<p>Moro Hub makes use of container orchestration platforms such as Kubernetes, to provide the scalability and flexibility required to modernize the applications and services. Through this collaboration, Moro Hub aims to leverage the underlying technology and enhance the Kubernetes-native integration.</p>
<p>“We are incredibly excited to be a key enabler in supporting Moro Hub’s efforts to provide businesses with sustainable data management offerings,” said Fadi Kanafani, Managing Director – Middle East at NetApp.</p>
<p>With NetApp’s vast experience in NAS and NFS protocols, along with the solution’s solid integration in containers, NetApp and Moro Hub aim to simplify, integrate and unify the use of the container platform as a service.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://integratormedia.com/2021/11/16/moro-hub-collaborates-with-netapp-to-power-its-application-modernization-platform/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Open Source: A 90s-Born Collaborative Champion</title>
		<link>https://integratormedia.com/2021/08/31/open-source-a-90s-born-collaborative-champion/</link>
					<comments>https://integratormedia.com/2021/08/31/open-source-a-90s-born-collaborative-champion/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 31 Aug 2021 12:49:31 +0000</pubDate>
				<category><![CDATA[Cover Story]]></category>
		<category><![CDATA[Apache Hadoop]]></category>
		<category><![CDATA[cloud architects]]></category>
		<category><![CDATA[Data Encryption]]></category>
		<category><![CDATA[Fog Computing]]></category>
		<category><![CDATA[Infrastructure-as-a-Service]]></category>
		<category><![CDATA[juggernaut]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[LibreOffice]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[parallel data processing]]></category>
		<category><![CDATA[Polaris]]></category>
		<category><![CDATA[WPS]]></category>
		<guid isPermaLink="false">https://varonline.com/?p=10875</guid>

					<description><![CDATA[Open source trends will play a pivotal role in modern computing, particularly in application development and IT infrastructure. With open source’s rapid rise in prominence, the trends remain relatively obscure to the world. Open source being the ground zero for technology development has become the preferred way of growing hot new technology, particularly for start-ups. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Open source trends will play a pivotal role in modern computing, particularly in application development and IT infrastructure. With open source’s rapid rise in prominence, the trends remain relatively obscure to the world. Open source being the ground zero for technology development has become the preferred way of growing hot new technology, particularly for start-ups. The open source juggernaut is set to sail well in 2021 and is project growth in the years to come.</p>
<p>From enterprise solutions to cloud architects, from containers to encryption tools, and from data tools to insight creators, open source had managed to build the most avant-garde products including security firewalls in recent years. Its consistent pattern of growth has invited major IT giants to obtain stakes in innovative projects.</p>
<p><strong> </strong><strong>Rise of Kubernetes</strong></p>
<p>Kubernetes is an open-source system to automate deployment, scaling, and management of containerized applications to leverage on-premises, hybrid, or public cloud infrastructure. Kubernetes allows scaling without increasing the ops team. Before Kubernetes, the development and deployment of cloud-native applications were challenging. After Kubernetes, open source platforms do all the heavy lifting. The platform for running containerized workloads attracted developers from the open source community around the world, and its functions are quite similar to an Infrastructure-as-a-Service (IaaS) solution and a Platform-as-a-Service resource (PaaS). It also offers the facility to monitor the status of a deployment in-progress, and complements a DevOps ecosystem.</p>
<p><strong>Fog Computing</strong></p>
<p>Fog computing is a distributed network connecting edge computing and cloud or IoT. The core idea of a distributed network is that it connects different environments. Fog computing frameworks provide more choices to process data when appropriate.</p>
<p>Cisco partnered with Microsoft, Dell, Intel and Princeton University in 2015 to form the <em>OpenFog Consortium</em>. General Electric (GE), Hitachi, Foxconn came forward to contribute to the mission. Promotion and standardization were the primary goals of the consortium. It had also merged with Industrial Internet Consortium (IIC) in 2019.</p>
<p><strong>Data Gets Bigger and Better</strong></p>
<p>Big data will continue to get bigger and better. Open-source technologies will continue to make big data into the future. Let’s take a look at the powerful open source tools that handle big data.</p>
<p><strong>Apache Hadoop</strong></p>
<p>Apache Hadoop has enormous capabilities in processing large-scale data. It is also considered to be the most prominent tool used widely in the big-data industry. This is a 100 percent open source framework and runs on commodity hardware in an existing data center. Furthermore, it can run on a cloud infrastructure.</p>
<p>Hadoop has four parts, which are:</p>
<ul>
<li><strong>Hadoop Distributed File System (HDFS) &#8211;</strong> a distributed file system compatible with very high scale bandwidth</li>
<li><strong>MapReduce:</strong>A programming model</li>
<li><strong>YARN:</strong>It is a platform that manages and schedules Hadoop’s resources</li>
<li><strong>Libraries:</strong>It helps other modules to work with Hadoop</li>
</ul>
<p>MongoDB is an open source NoSQL database. It has a lot of built-in features and it is a cross-platform compatible application. It is suitable for the business that needs fast and real-time data. It also runs on MEAN software stack, NET applications and, Java platform.</p>
<p><strong><em>Key features of MongoDB:</em></strong></p>
<ul>
<li>It stores any type of data like integer, string, array, object, boolean, date, etc.</li>
<li>It gives flexibility in cloud-based infrastructure</li>
<li>It partitions data across the servers in a cloud structure</li>
<li>MongoDB’s dynamic schemas is another way of cost-saving</li>
</ul>
<h4><strong>HPCC</strong></h4>
<p>High-Performance Computing Cluster (HPCC) is one of the best open source big data tools and the competitor of Hadoop in the market.</p>
<p><strong>Important features of HPCC:</strong></p>
<ul>
<li>Helps in the parallel data processing</li>
<li>Runs on commodity hardware</li>
<li>Comes with binary packages supported for Linux distributions</li>
<li>Supports end-to-end big data workflow management</li>
</ul>
<p><strong>Open Source and Cloud Factor</strong></p>
<p>With most IT departments willing to avoid installing and maintaining applications locally when possible, the <em>cloud</em> is becoming the chosen platform for open source applications. And the trend is not just limited to small app developers; even Microsoft Office 365 is a semi-cloud offering including its chief rival Google Apps. Hybrid cloud gave enterprises choices – to figure out the right kind of cloud that can handle their workloads. However, its definition changed over time. Initially thought of in the context of cloud bursting where the on-premise infrastructure can reach out to a public cloud if usage spikes, the hybrid cloud now addresses data and application portability without racking up bandwidth bills for enterprises.</p>
<p>Hybrid cloud today is essentially a functional and effective combo of Software-as-a-Service (SaaS) applications, container platforms, and public clouds, which facilitates data and application portability from one location to another whenever necessary.</p>
<p><strong> </strong><strong>Open Source Security</strong></p>
<p>What makes open source solutions the big fat targets is their rising popularity and ubiquity, which also makes the industry to take notice and collaboratively fund (once woefully under-resourced) projects like OpenSSL.</p>
<p>OpenSSL is licensed under an Apache-style license. Barring some simple license conditions, OpenSSL is free for both commercial and non-commercial purposes. Users can report vulnerabilities and they get fixed regularly.</p>
<p><strong>Data Encryption</strong></p>
<p>This is the foremost and basic way to secure the whole data and encrypt your entire data to encode a message or information. Starting from small-scale enterprises to large corporates spend millions of dollars for a secure way of transmitting and receiving. As chances are high for cybercriminals to keep a tab on any careless distribution of data, mainly from financial institutions, and use it for fraudulent activities. So, user inputs and personally identifiable information (PII) have to be protected with utmost importance.</p>
<p>Even though, there are numerous encryption tools available in both closed and open source software libraries, VeraCrypt, AxCrypt, FileVault, GNU Privacy Guard are popular among free tools.</p>
<p><strong>Office Applications</strong></p>
<p>Microsoft Office has an elephant share of users amongst office applications. It had further developed that to Office 365 combining email, video conference, and its traditional applications (Excel, PowerPoint, etc.). It could also propagate Office 365 as a complete solution with document control features.</p>
<p>In the open source arena, the Documents Foundation community’s LibreOffice based on OpenOffice.org is one of the most popular software. The group of applications is observed as a feasible alternative to Microsoft Office 365 and acts as a free tool for edit, document and distribute content. The developer community claims, “we believe that users should have the freedom to run, copy, distribute, study, change, and improve the software that we distribute.” It adds, “while we do offer no-cost downloads of the LibreOffice suite of programs, free software becomes the foremost a matter of liberty, not price.”</p>
<p>Apart from LibreOffice, WPS, Polaris and a few others also offer open source document solutions for mobile and computer users.</p>
<p><strong>Conclusion</strong></p>
<p>For open source enthusiasts, the last few years were full of exciting developments which contributed to the growth of many open source services – from open source CMS development to open source cloud. Infrastructure software is getting paradigm shifts and new developments under open source licenses massively expand their potential. Until now, there hasn’t been any disappointment for open source supporters but has exceptional resources and reasons to endorse the idea. Hopefully, we will see open source dominating even more soon.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://integratormedia.com/2021/08/31/open-source-a-90s-born-collaborative-champion/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
