Chris ChinchillaforParseableparseable.com路a day agoDagger and Parseable: Ideas on Infrastructure Logging and IntegrationDagger is a relatively new developer tool from the original creator of Docker that's not part of the "infrastructure as code" world but what I like to call "code as infrastructure". Instead of defining infrastructure and what you want to do with it a...dagger
Zeyu Baizeyu.hashnode.dev路Dec 20, 2024Chapter 2: The Evolution of Containerization for Application Deployment1. Pain Points of Application Deployment 1.1 Application Deployment Process Example: Deploying a web application developed in the Java programming language using the War package to Tomcat. The deployment process is as follows: Configure the server r...Docker from Zero to HeroDocker
Zeyu Baizeyu.hashnode.dev路Dec 20, 2024Chapter 1: Key Linux Kernel Technologies Involved in Container Technology1. History of Container Technology 1.1 1979 - chroot The concept of container technology can be traced back to UNIX chroot in 1979. It is a set of "UNIX operating system" designed to change the root directory and other subdirectories to a new locati...Docker from Zero to HeroDocker
Spandan Mandaltheopslens.hashnode.dev路Dec 20, 2024DockerWhat is a Container? A container is a standard unit of software that packages up code and all its dependencies, ensuring that an application runs quickly and reliably across different computing environments. A Docker container image is a lightweight,...Docker
Naveennaveen-devops.hashnode.dev路Dec 17, 2024Kubernetes Volumes Explained: Types, Use Cases, and Best PracticesGlossary This article overviews Kubernetes volumes, focusing on their types, use cases, and best practices. It addresses the challenges of data persistence in Kubernetes, such as data loss on pod deletion or restart and sharing data across replicas. ...49 readstypes of kubernetes volumes
Scott Spendolinispendolini.blog路Dec 17, 2024Preserving the Oracle Database ContainerPhoto by Samsung Memory on Unsplash In our last post, we added DBMS_CLOUD to our Oracle 23ai Container. Since that change was done via adding database objects, the version of our container is now different than what we had downloaded. Additionally, w...1 like路108 readsContainerized, Local Oracle 23ai EnvironmentOracle
Scott Spendolinispendolini.blog路Dec 16, 2024Adding DBMS_CLOUD to our Oracle Container Database - UPDATEThis morning, Steve Muench pointed out something in my recent post about Adding DBMS_CLOUD to your Oracle Container Database: It is no longer necessary to configure a database wallet in Oracle Database 23ai! Connor McDonald provides the details here ...50 readsContainerized, Local Oracle 23ai EnvironmentOracle
Rakesh Kumar Sahurakesh-insights.hashnode.dev路Dec 15, 2024馃敀馃殌 Docker Swarm Secrets: Secure Management, Observability, and Smart Routing馃専 Introduction Welcome to an in-depth exploration of secure data management and system monitoring in containerized environments! In this comprehensive guide, we'll dive into three critical aspects of modern DevOps practices: 馃攽 Docker Swarm Secrets...Docker Journey: From Basics to AdvancedDocker
Anurag Dutt duttanurag.hashnode.dev路Dec 15, 2024Maximize Efficiency: The Essential SlimToolkit Container Optimization GuideContainers have completely transformed how we create, launch, and handle applications. They offer a nimble, movable, and uniform setting that empowers developers to construct and deliver applications more rapidly. Yet, as the quantity of containers i...containers
Maxat Akbanovmaxat-akbanov.com路Dec 14, 2024Get started with AWS ECS (Elastic Container Service)Amazon Elastic Container Service (ECS) is a fully managed container orchestration service provided by AWS. It allows users to deploy, manage, and scale containerized applications. ECS can run containers on a cluster of Amazon EC2 instances or server...awsAWS