Skip to main content

NGINX commits to modernizing, optimizing, and extending its open-source ecosystem

NGINX, the company behind the popular web server of the same name, announced several updates at its NGINX Sprint event, which is a free event designed for open-source developers looking to build the next generation of applications. 

It also reflected on its progress over the past 18 years and shared its vision for the future, which will be built on three promises: modernize, optimize, and extend. 

Modernization extends past just code and into code management, transparency around decision making, and community engagement. As part of this and an understanding that the open-source world lives on GitHub, all of its future projects will be hosted there, rather than on the Mercurial version control system where they were previously hosted. It will also be adding Codes of Conduct to all of its projects and listening closely to community feedback.

To optimize the developer experience, it plans to introduce a new SaaS offering that integrates with NGINX Open Source, as well as move some of the critical features of NGINX Open Source and NGINX Plus from behind the paywall so that users can use them for free. DNS service discovery is one feature that will be made available this way, and the company is looking for community feedback in its Slack group for what else should be free. 

The third promise is to continue to extend the capabilities of NGINX. Currently NGINX is most often used as a Layer 7 data plane and developers have to use a lot of workarounds for various elements of deployment. It hopes to extend NGINX so that every requirement for testing and deployment is satisfied by an open-source component that integrates with NGINX. 

“For example, if you are using NGINX Open Source or NGINX Plus as an API gateway, we want to make sure you have everything you need to manage and scale that use case – API import, service discovery, firewall, policy rules and security – all available as high‑quality open-source options. To summarize, our dream is to build an ecosystem around NGINX that extends into every facet of application management and deployment,” Rob Whiteley, general manager of the NGINX product group at F5, which acquired NGINX in 2019, wrote in a blog post

The company is already getting started on these promises, and announced three updates that align with these goals.

First, it is shifting focus from its Ingress controller for Kubernetes to its NGINX Kubernetes Gateway. NGINX Kubernetes Gateway was released earlier this year and it is a controller that implements the Kubernetes Gateway API. 

Whiteley said of the Ingress controller: “We realize it complicated matters when we created both a commercial and an open source Ingress controller for Kubernetes, both different from the community Ingress solution (also built on NGINX). The range of choices confused the community and put us in a bad position. It’s pretty clear that the Gateway API is going to take the place of the Ingress controller in the Kubernetes architecture.”

Second, it has added a number of new capabilities to NGINX Amplify, which is a monitoring and telemetry system for NGINX fleets. The company hopes to make Amplify a “trusted co-pilot for standing up, watching over, and managing NGINX products at scale in real time.” In addition to monitoring, the new capabilities will help with configuration, running scripts, and troubleshooting deployments. 

Finally, it announced the release of NGINX Agent, which is a lightweight app that can be deployed with NGINX Open Source instances. It will include features that were previously only available in commercial offerings.  

“With NGINX Agent, you’ll be able to use NGINX Open Source in many more use cases and with far greater flexibility. It will also include far more granular controls which you can use to extend your applications and infrastructure. Agent helps you make smarter decisions about managing, deploying, and configuring NGINX. We’re working hard on NGINX Agent – keep an eye out for a blog coming in the next couple months to announce its availability,” Whiteley wrote. 

The post NGINX commits to modernizing, optimizing, and extending its open-source ecosystem appeared first on SD Times.



from SD Times https://ift.tt/VaYND74

Comments

Popular posts from this blog

A guide to data integration tools

CData Software is a leader in data access and connectivity solutions. It specializes in the development of data drivers and data access technologies for real-time access to online or on-premise applications, databases and web APIs. The company is focused on bringing data connectivity capabilities natively into tools organizations already use. It also features ETL/ELT solutions, enterprise connectors, and data visualization. Matillion ’s data transformation software empowers customers to extract data from a wide number of sources, load it into their chosen cloud data warehouse (CDW) and transform that data from its siloed source state, into analytics-ready insights – prepared for advanced analytics, machine learning, and artificial intelligence use cases. Only Matillion is purpose-built for Snowflake, Amazon Redshift, Google BigQuery, and Microsoft Azure, enabling businesses to achieve new levels of simplicity, speed, scale, and savings. Trusted by companies of all sizes to meet...

2022: The year of hybrid work

Remote work was once considered a luxury to many, but in 2020, it became a necessity for a large portion of the workforce, as the scary and unknown COVID-19 virus sickened and even took the lives of so many people around the world.  Some workers were able to thrive in a remote setting, while others felt isolated and struggled to keep up a balance between their work and home lives. Last year saw the availability of life-saving vaccines, so companies were able to start having the conversation about what to do next. Should they keep everyone remote? Should they go back to working in the office full time? Or should they do something in between? Enter hybrid work, which offers a mix of the two. A Fall 2021 study conducted by Google revealed that over 75% of survey respondents expect hybrid work to become a standard practice within their organization within the next three years.  Thus, two years after the world abruptly shifted to widespread adoption of remote work, we are dec...

10 Simple Image Slider HTML CSS JavaScript Examples Neeraj Mishra The Crazy Programmer

Slider is a very important part of any website or web project. Here are some simple image slider examples that I handpicked from various sites. These are built by different developers using basic HTML, CSS, and JavaScript. Some are manual while others have auto-slide functionality. You can find the source code for each by clicking on the code button or on the image. 1. Very Simple Slider Demo + Code 2. Popout Slider Demo + Code 3. Really Simple Slider Demo + Code 4. Jquery Simple Slider Demo + Code 5. Manual Slideshow Demo + Code 6. Slideshow Indicators Demo + Code 7. Simple Responsive Fullscreen Slider Demo + Code 8. Responsive Image Slider Demo + Code 9. Simple Image Slider Demo + Code 10. Slicebox – 3D Image Slider Demo + Code I hope these simple image sliders are helpful for you. For any queries, you can ask in the comment section below. The post 10 Simple Image Slider HTML CSS JavaScript Examples appeared first on The Crazy Prog...