Operations | Monitoring | ITSM | DevOps | Cloud

2023 in Review: A Year of Exceptional Growth and Innovation

2023 has marked an extraordinary year of transformation and growth for NinjaOne, a journey made possible by the unwavering support and collaboration of our esteemed customers and partners. Throughout the year, we’ve soared to new levels of innovation and service, relentlessly pursuing a vision to craft a more intuitive and user-focused IT management experience.

How To Guide: Connecting Cribl Search with the Azure API

In the ever-evolving world of data analysis, the ability to interact directly with live API endpoints is a significant advancement for practitioners. Cribl Search now offers this capability, enhancing your data analysis toolkit. This new feature allows you to gain broader visibility into the periphery of your infrastructure, enabling a more comprehensive analysis of user journeys and operational trends.

The Era Of Efficient Engineering: 3 Takeaways From AWS re:Invent 2023

I GOT MENTIONED BY AMAZON’S CTO!!!!! Sorry. Just had to get that out of the way. Another year, another pilgrimage to Sin City to rub shoulders with the architects of Amazon, to talk shop with the world’s leading software companies, and to hear the latest announcements from all the wave-makers on the expo floor. It’s also an opportunity for the cloud industry, now endowed with the very serious task of keeping much of our economy humming, to live a little.

AWS re:Invent 2023 Recap

As we reflect on AWS re:Invent 2023, the Coralogix team is invigorated by the incredible response and feedback we received from the thousands of participants who visited our booth. It was clear that a recurring theme among companies is the need for an observability solution that not only scales affordably with increasing data volumes but is also at the forefront of innovation. Coralogix stands out as the ideal match for these requirements.

Deploying a Golang Microservice to Kubernetes

With the rise of cloud computing, containerization, and microservices architecture, developers are adopting new approaches to building and deploying applications that are more scalable and resilient. Microservices architecture, in particular, has gained significant popularity due to its ability to break down monolithic applications into smaller, independent services.

Testing a PyTorch machine learning model with pytest and CircleCI

PyTorch is an open-source machine learning (ML) framework that accelerates the path from research prototyping to production deployment. You can work with PyTorch using regular Python without delving into the underlying native C++ code. It contains a full toolkit for building production-worthy ML applications, including layers for deep neural networks, activation functions and optimizers. It also has associated libraries for computer vision and natural language processing.

What is a Kubernetes cluster mesh and what are the benefits?

Kubernetes is an excellent solution for building a flexible and scalable infrastructure to run dynamic workloads. However, as our cluster expands, we might face the inevitable situation of scaling and managing multiple clusters concurrently. This notion can introduce a lot of complexity for our day-to-day workload maintenance and adds difficulty to keep all our policies and services up to date in all environments.