Join us

ContentPosts tagged with docker..
Story
@phicygni shared a post, 3 years, 6 months ago
Software Engineer, Phi Cygni

A complete Prometheus based email monitoring system using docker compose

Docker Python Docker Compose Prometheus

Need help setting up a monitoring system? Here’s a complete, easy to deploy, dockerised monitoring system for a local development environment with email alerts.

The open source software Prometheus is an effective and reliable way of monitoring a software service like a web application. It will monitor your service and notify you when it goes down. In addition Prometheus also collects numerous kinds of metric data from the target for diagnostics and display purposes. Presented below is a convenient and reliable docker compose script with a complete ensemble of components useful for running a complete Prometheus monitoring system in a local environment for evaluation and integration testing purposes. Be operational with one docker command. Included in the compose design are containers for Prometheus, Prometheus Alertmanager, Mailhog (a test SMTP server) and some Python code acting as a target to be continuously monitored. Prometheus is also able to monitor code developed in Node, Java, Ruby, Go, Rust, C++, C# and PHP to name a few [3]. Easily update the compose script to incorporate your particular service to be monitored.

Need help setting up a monitoring system? Here’s a complete, easy to deploy, dockerised monitoring system for a local development environment with email alerts.
Dev Swag
@ByteVibe shared a product

Spider web - Mouse pad - Developer / Programmer / Coder / Software Engineer / DevOps

#developer  #merchandise  #swag 

👨‍🚀 ByteVibe, a space out of space 👨‍🚀 ─ ✅ Rectangular shape ✅ Durable color ✅ Durable material ✅ High-density foam ✅ Ultra-thin rubber base ✅ Stylish and comfortable ✅ Smooth mouse sliding action ✅ U...

Story
@divya_mohan0209 shared a post, 3 years, 7 months ago
HSBC

Getting started with K8s in 2022

Kubernetes

Kubernetes has been around for almost 7 years as of 2022. While its ecosystem has evolved with a plethora of fantastic resources in the form of documentation (shameless self-plug, I know), blogposts, videos, podcasts, and courses, there still is a pretty high entry level barrier if you’re entirely new to it. A majority of the questions I’ve received are around the very first step to be taken while learning and what is a good way to get started. This is a compilation I wish I had when I got started and I hope you find it useful.

1_wOMtZQ4cb_gxIZ1HkiKOfw.png
Ad
www.faun.dev shared an ad

#ad  #sponsored 
Story
@andrew44ashraf shared a post, 3 years, 7 months ago
@trella-app

Detect crashes in your Kubernetes cluster using kwatch and Slack

Docker Kubernetes

Monitor all changes in your Kubernetes(K8s) cluster & detects crashes in your running apps in real time

Story
@adediwura shared a post, 3 years, 7 months ago

Getting Started with Docker Containers pt.2

Docker

This blog post is a continuation of thisblog post where I attempted to give an introduction of Microservices and Docker containers. In this post we are going to delve deeper into Docker containers and get hands-on practice which should give a better understanding.

1_PsPOyEuWFBfwPFKeQ4ypkw.png
Story
@adediwura shared a post, 3 years, 7 months ago

Getting Started With Docker Containers

Docker

Every once in a while a new paradigm shift comes along that changes or brings another approach to the way software development is done. The “new” paradigm shift I will be talking about in this article is Containers.

1_SBRWy7ST9_olS_butbNp6A.png
Story
@koushikmgithub shared a post, 3 years, 7 months ago
Architect

Sample SpringBoot application on Knative — A Serverless platform

Docker Kubernetes Knative

Today I will explain some interesting topic ‘Knative’ — a serverless architecture and how we can utilize it with a simple SpringBoot application. I will not go for all the details about Knative but will focus on a few features of it and how we can simply utilize those features in our application.

Story
@devgru shared a post, 3 years, 7 months ago
Rython Devgru Limited

GitHub Container Registry: Publish A Postgres Docker Image

Docker GitHub Actions PostgreSQL

The Postgres implementation on the target project is part of a larger DB architecture which includes elements of MongoDB and DynamoDB. It’s only fair that I use a tool that scales easily with AWS.

1_jxse_DUL4N-i6IxEOakeVg.png
Story
@meibutuoyaji shared a post, 3 years, 7 months ago
cloud security engineer

[Docker security] An Overview of Docker Security Essentials

Docker

In this article, we will see the best practices for Docker host security based on 6 scenarios.

Story
@ajeetsraina shared a post, 3 years, 7 months ago

Top 5 Docker Myths and Facts That You Should be Aware of

Docker Kubernetes

Today, every fast-growing business enterprise has to deploy new features of their app rapidly if they really want to survive in this competitive market.

0_IyhgyO7mHzIRHZgv.png
Story
@srimal_fernando shared a post, 3 years, 7 months ago

How to host multiple servers with different sub domains inside one DigitalOcean droplet with SSL (auto-renew)

Docker Nginx Kubernetes

If you’re playing around with multiple technology stacks or extending open-source applications and you don’t mind having to shift back and forth between different languages and frameworks, you might find containerizing your applications useful.