Operations | Monitoring | ITSM | DevOps | Cloud

Building a SaaS Architecture with a Single Tenant Application

Most products that run as Software-as-a-Service (SaaS) are built to be multi-tenant, meaning that a single instance or deployment is meant to be used by multiple organizations. There’s a good reason for this: it’s generally easier to scale and operate multi-tenant applications. But in this new age of containers, orchestration, infrastructure-as-code, and Kubernetes, where it’s cheaper, faster, and simpler to deploy a new instance of an application, that may no longer be the case.

Enhance your Puppet Enterprise support workflow with pe_status_check

puppetlabs-pe_status_check is a new supported module for Puppet Enterprise. It provides a series of indicators of system status that the Puppet Support team has determined to avoid support incidents or outages. Utilizing this module and the accompanying documentation will allow the user to craft preventative maintence workflows and, should it still be required, increase the quality of information in any support ticket, to help decrease the time to resolution for any incident.

Infrastructure Metrics available for all Professional projects

The path to success in software development can be long and challenging. It requires a lot of skills and dedication as it’s not just about building applications, it’s so much more. It is also about being tailored for any situation, requiring us to be quick to adapt to change and to the unexpected.

Book Review: Digital Employee Experience for Dummies (A Wiley Brand)

Wiley’s Dummies series is best known for repackaging technical, nuanced material into practical and accessible lesson books. In partnership with Nexthink, the company’s latest addition, Digital Employee Experience, delivers on this same reputational goal. Most ‘for Dummies’ books are written either from a purely technical or from a higher level, management topic.

Protect the Business with Cribl Packs: Webinar Recap

The second in our Feature Highlights webinar series, Protect the Business with Cribl Packs, highlights Packs and security use cases. Packs enable you to share complex Stream/Edge configurations across multiple Worker Groups/Fleets, between Stream/Edge deployments or with the Cribl Community. Packs roll up best practices to ensure Site Reliability Engineering (SRE) teams have the required data to protect the business.

Is There a Silver Bullet to Successful Marketing?

Working at N-able for over 17 years, I’m not really considered a “spring chicken”. And I’m okay with that. I’m okay with the fact that I am getting older and I have learned to embrace this. It has been said that after the age of 40, a women’s metabolism decreases by 2% a year, and women lose muscle mass to the tune of 1% a year. What does this mean?

How Do You Measure the Impact of Product Marketing On Customer Success?

When marketing your product, you work your way towards your end goal of customer success. This is when your customer gets what they want in the way that they wanted it. At its core, when a customer reaches customer success, that means your products have a perceived value. ‍ But how will you be able to know if your customers have found customer success? In this article, we’ll be breaking down the key metrics to track during the stages of your product marketing strategy.

CI/CD Detection Engineering: Dockerizing for Scale, Part 4

Splunk builds innovative tools which enable users, their teams, and their customers to gather millions of data points per second from an ever-growing number of sources. Together, Splunk helps users leverage that data to deliver, monitor, improve, and secure systems, networks, data, products, and customers with industry-leading solutions and expertise.

Using gRPC with Golang

In this tutorial, you will learn how to work with the gRPC Golang library for microservice communication by creating a simple note-taking application. APIs and service-to-service communication are what make modern microservice architecture possible. REST is generally the preferred implementation pattern, but if you only use REST, you could miss out on the significant performance gains that gRPC can offer. gRPC can provide better speed and efficiency than REST APIs.