Tag: Devops
-
NGINX tutorial: How to use OpenTelemetry tracing to understand your microservices
Posted on April 9, 2023, Level beginner Resource Length long
A microservices architecture comes with many benefits, including increased team autonomy and increased flexibility in scaling and deployment. On the downside, the more services in a system (and a microservices app can have dozens or even hundreds), the more difficult it becomes to maintain a clear picture of the overall operation of the system.Observability tooling gives us the power to build that picture across numerous services and supporting infrastructure. By Vijay Kanade.
Tags cloud nginx monitoring devops microservices servers
-
How to connect to MySQL remotely with SSH PuTTY Tunnels: A step-by-step guide
Posted on April 6, 2023, Level beginner Resource Length long
MySQL is a popular relational database management system to organize and store data. Depending on your specific use cases and preferences, you can connect to a MySQL Server through a command-line interface, using GUI tools,such as dbForge Studio for MySQL, programming languages or via web-based interfaces such as phpMyAdmin. By Julia Evans.
Tags infosec cloud devops database servers
-
Increase availability & container images caching thanks to kube-image-keeper
Posted on April 4, 2023, Level beginner Resource Length long
At Enix, we manage hundreds of Kubernetes clusters for our customers and our own internal use. On cloud, on premises, big and small, from development to production... And there is one particular issue that hits all these clusters at one point or another: the image retrieval process. By Nicolas Gouze.
Tags docker devops containers distributed apis
-
How your software engineering team can ship 10x faster
Posted on March 27, 2023, Level beginner Resource Length long
When we talk about "shipping 10x faster" at Swarmia, we mean that your customers will have the features that matter to them in their hands 10x sooner. Ultimately, this allows you to serve your customers better than the competition. By Ari-Pekka Koponen.
Tags devops app-development management cio agile
-
The architecture of Prometheus
Posted on March 24, 2023, Level intermediate Resource Length medium
This article explains the Architecture of Prometheus. Prometheus is an open source monitoring and alerting toolkit for services and applications that run in containers. Developed first at SoundCloud, the project became part of the Cloud Native Computing Foundation (CNCF). Prometheus is now the industry standard for both containerized infrastructure and classic implementation scenarios, especially within Kubernetes clusters. By Ju.
Tags devops monitoring performance software-architecture analytics how-to
-
From 50 ML projects, 48 made it to production within 2 weeks. How?
Posted on March 20, 2023, Level beginner Resource Length medium
Putting machine learning (ML) models in production is considered an operational challenge that is performed after all the hard work on training and optimizing the model is completed. In contrast, serverless ML starts with a minimal model, including the operational feature pipeline(s) and inference pipeline. By Jim Dowling.
Tags big-data data-science cloud cio devops
-
NGINX tutorial: How to securely manage secrets in containers
Posted on March 17, 2023, Level intermediate Resource Length medium
Many of your microservices need secrets to operate securely. Examples of secrets include the private key for an SSL/TLS certificate, an API key to authenticate to another service, or an SSH key for remote login. Proper secrets management requires strictly limiting the contexts where secrets are used to only the places they need to be and preventing secrets from being accessed except when needed. By Robert Haynes of F5.
Tags nginx infosec devops containers
-
A deep dive into AIOps and MLOps
Posted on March 14, 2023, Level intermediate Resource Length medium
Monitoring and managing a DevOps environment is complex. The volume of data generated by new distributed architectures (such as Kubernetes) makes it difficult for DevOps teams to effectively respond to customer requests. By Hicham Bouissoumer, Nicolas Giron.
Tags big-data data-science devops cloud
-
Building serverless Java applications with the AWS SAM CLI
Posted on March 13, 2023, Level intermediate Resource Length medium
When using Java in the serverless environment, the AWS Serverless Application Model Command Line Interface (AWS SAM CLI) offers an easier way to build and deploy AWS Lambda functions. You can either use the default AWS SAM build mechanism or tailor the build behavior to your application needs. By Mehmet Nuri Deveci, Steven Cook, and Maximilian Schellhorn.
Tags apis devops aws app-development serverless
-
Introduction to Web Audio API
Posted on March 12, 2023, Level intermediate Resource Length medium
A critical part of WebRTC is the transmission of audio. Web Audio API is all about processing and synthesizing audio in web applications. It allows developers to create complex audio processing and synthesis using a set of high-level JavaScript objects and functions. By Madhu Balakrishna.
Tags apis devops web-development app-development miscellaneous browsers
-
Deploy Apache Flink cluster on Kubernetes
Posted on March 11, 2023, Level intermediate Resource Length medium
When it comes to deploying Apache Flink on Kubernetes, you can do it in two modes, either session cluster or job cluster. A session cluster is a running standalone cluster that can run multiple jobs, while a Job cluster deploys a dedicated cluster for each job. By Elvis David.
Tags apache devops cloud data-science big-data
-
API rate limiting vs. API throttling: How are they different?
Posted on March 8, 2023, Level intermediate Resource Length medium
The explosive growth of digital services and mobile devices has created new challenges for developers trying to support users with different needs and usage patterns. High user demand, limited network data plans, and user frustration all combine to create a need for API throttling. By Vyom Srivastava.
Tags apis cloud devops management