Deploying a Custom Docker Image Using Nginx and Saving it to Amazon ECR
In this tutorial, I am going to be creating an image with a file that will tell you the time of day the container has been deployed using Nginx.
Join us
In this tutorial, I am going to be creating an image with a file that will tell you the time of day the container has been deployed using Nginx.
This unisex heavy blend Hooded Sweatshirt is relaxation itself. It's made with a thick blend of Cotton and Polyester, which makes it plush, soft and warm. The spacious Kangaroo Pocket adds daily pract...
Kubernetes or K8s is an open-source platform to manage containerized workloads and applications.
In this article, I will show you how did I set up CI/CD for my personal blog with free services.
Example of implementing an API using Spring Boot, Elasticsearch, Logstash, Kibana, and Docker.
ConclusionIn this article, I provided cases of secure IoT solutions, general principles of secure IoT architecture, and example workflows of secure IoT architectures based on Azure services, Google Cloud, and AWS.Boris Zaikin, Senior Software and Cloud Architect at Nordcloud GmbH@borisza on DZone | ..
This article is written for part of the Software Engineering Project course in University of Indonesia. Any information put here may or may not be complete and should not be used as your only guideline.
Containers have rocked the software engineering world not less than DevOps practices. Containers are fantastic — deployable everywhere, they let you run previously incompatible setups on the same servers and move projects between servers smoothly. However, there’s always a price to pay — container environments require an understanding of core fundamentals to run containers securely.
Quick Code to deploy ELK stack (Elasticsearch, Logstash, Kibana) and supporting services on Kubernetes Controlled Docker platform.
Kubernetes is an open source container orchestration platform for scheduling and automating the deployment, management and scaling of containerized applications. Containers operate in a multiple container architecture called a “cluster.” A Kubernetes cluster includes a container designated as a “master node” that schedules workloads for the rest of the containers — or “worker nodes” — in the cluster.
In this tutorial, I’m going to illustrate how to handle Continuous Integration and deployment using GitHub actions.