Key Takeaways from SREcon19
We had a blast at this year’s SREcon in Brooklyn, NY. The three-day event included meeting with integration partners and deepening our understanding of website reliability from a DevOps perspective.
We had a blast at this year’s SREcon in Brooklyn, NY. The three-day event included meeting with integration partners and deepening our understanding of website reliability from a DevOps perspective.
cf-runagent is a component for triggering remote agent runs using the CFEngine network protocol. It does not allow for arbitrary commands to be executed, but rather asks the remote host to run the policy it already has. To trigger cf-runagent from other systems or web interfaces, you want to be able to run it as non-root.
With over 48,000 stars on GitHub, more than 75,000 commits, and with major contributors like Google and Red Hat, Kubernetes has rapidly taken over the container ecosystem to become the true leader of container orchestration platforms. Kubernetes offers great features like rolling and rollback of deployments, container health checks, automatic container recovery, container auto-scaling based on metrics, service load balancing, service discovery (great for microservice architectures), and more.
Entity extraction is, in the context of search, the process of figuring out which fields a query should target, as opposed to always hitting all fields. The reason we may want to involve entity extraction in search is to improve precision. For example: how do we tell that, when the user typed in Apple iPhone, the intent was to run company:Apple AND product:iPhone? And not bring back phone stickers in the shape of an apple?
By monitoring the end-to-end user experience, IT professionals gain keen insights into application performance from the customer's perspective.
This post demonstrates a *basic* example of how to build a deep learning model with Keras, serve it as REST API with Flask, and deploy it using Docker and Kubernetes. This is NOT a robust, production example. This is a quick guide for anyone out there who has heard about Kubernetes but hasn’t tried it out yet. To that end, I use Google Cloud for every step of this process.
Continuous application performance management (CAPM) is a key focus area in the enterprise IT segment. With organizations increasing their focus on digital business services, monitoring and managing the application performance becomes paramount. When a digital business service is slow or down, it impacts the business adversely.
At PagerDuty, our mission is to connect teams to real-time opportunity and elevate work to the outcomes that matter. Nowhere is that more evident than in the work nonprofits and social enterprises do to improve the livelihoods and outcomes of others.
Anyone developing software will sooner or later want to debug their code. It’s very clarifying to see your code execute step by step and inspect the values of variables at runtime. Developing with PHP is no different. In this article, we’ll have a look at PHP debugging, and I’ll also provide some tips and tricks.
Cognito is AWS’s cloud solution for authentication – if you’re building an app that handles users with passwords, you can use AWS to handle the tricky high-risk security issues related to storing login credentials. No need to go it alone! Pricing is based on your number of monthly active users, and the first 50k users are free. For apps I’ve worked on, we would have been very pleased to grow out of that free tier.