docker
-
How to Set Up Jaeger on Spring Boot Java ApplicationIT.en_US/Cloud_OuterArchitecture 2023. 3. 9. 22:26
How to Set Up Jaeger on Spring Boot Java Application Jaeger is an open-source distributed tracing system that can be used to monitor and troubleshoot microservices-based distributed systems. In this article, we will see how to set up Jaeger on a Spring Boot Java application. Prerequisites Before we start, make sure that you have the following prerequisites: A Java Development Kit (JDK) version 8..
-
docker_nginx 기동IT/Kubernetes_k8s 2023. 3. 6. 23:46
(앞서 구성한 VM에서 진행한다. 외부에서 호출을 위해 리눅스의 이더넷 어댑터 2개 모두 오픈한다.ip는 터미널-> ifconfig -a 결과로 확인) 소프트웨어 별 docker 이미지는 docker hub에서 가져올 수 있다. 이 글에서는 nginx 컨테이너를 통해 간단한 WEB 구성을 수행해 본다. 1. 그냥 만들기 : Nginx docker Image 를 가져와 그냥 띄워보기 - 다음 명령어를 수행하여, nginx docker 이미지를 가져온다. docker pull nginx - 명령어 수행시 아래와 같이 다운로드가 진행된다. [root@localhost sorc]# docker pull nginx Using default tag: latest Trying to pull repository doc..
-
Major Software in Cloud Native Architecture TechnologiesIT.en_US/Cloud_etc 2023. 2. 19. 22:58
Major Software in Cloud Native Architecture Technologies Cloud Native architecture technologies are rapidly changing the way software is developed and deployed. In this article, we'll explore some of the major software components of Cloud Native architecture technologies and how they work together to enable flexible, scalable, and resilient software solutions. Kubernetes Kubernetes is a containe..
-
Creating and Pushing Docker Images to Docker HubIT.en_US/Cloud_container_kube 2023. 2. 14. 23:59
Creating and Pushing Docker Images to Docker Hub Docker is a powerful tool for managing containers, and Docker Hub is a repository for sharing and storing Docker images. Creating a Docker image is the first step in deploying your application as a container. This article will guide you through the process of creating a Docker image and pushing it to Docker Hub. Prerequisites Before getting starte..
-
Understanding the Docker run and exec CommandsIT.en_US/Cloud_container_kube 2023. 2. 8. 22:51
Understanding the Docker run and exec Commands Docker is a popular open-source platform for developing, shipping, and running applications in containers. The Docker run and exec commands are two of the most essential and frequently used commands for working with Docker containers. In this article, we'll take a closer look at these two commands and understand their usage and benefits. Docker run ..
-
Advanced Docker CommandsIT.en_US/Cloud_container_kube 2023. 2. 8. 00:33
Advanced Docker Commands Docker is a powerful tool for developers, allowing them to easily create, deploy, and run applications in containers. In this article, we will focus on advanced Docker commands that can help you work with Docker more efficiently and effectively. Docker Run Command The docker run command is used to start a new container from an image. This is the most commonly used Docker..
-
Docker Commands: A Beginner's GuideIT.en_US/Cloud_container_kube 2023. 2. 8. 00:22
Docker Commands: A Beginner's Guide Docker is a platform for developing, deploying, and running applications using containers. Containers provide a way to package an application and all its dependencies into a single, self-contained unit that can be easily deployed and run on any system. One of the key benefits of Docker is that it makes it simple and easy to manage containers and their associat..
-
How to Set Up Prometheus and Grafana on DockerIT.en_US/Cloud_OuterArchitecture 2023. 2. 6. 00:14
How to Set Up Prometheus and Grafana on Docker Monitoring is an essential part of any infrastructure, and having a robust and flexible monitoring solution is crucial for ensuring the health and performance of your systems. In recent years, Prometheus and Grafana have become two of the most popular open-source tools for monitoring and visualizing metrics. In this article, we'll walk you throu..