Etiqueta: contenedores
-

Using Docker to develop with Couchbase Mobile
Container technologies such as Docker have vastly simplified the software development, test and deployment process by allowing you to package applications along with their complete runtime environment that abstract away differences in infrastructure and…
-

Service Discovery With Java and Database Application in DC/OS
This blog will show how a simple Java application can talk to a database or database as a service (DBaaS) using service discovery in DC/OS. Why Service Discovery? An application typically consist of multiple components such as…
-

El contenido del taller para desarrollo Full-Stack con Java y NoSQL ya está disponible
Hace una semana aproximadamente estuve en DevNexus 2017 en Atlanta, Georgia, impartiendo un taller sobre la creación de aplicaciones de pila completa (full stack) utilizando una variedad de tecnologías como Java, Angular, Docker, Couchbase y JavaFX. Todos...
-

Stateful Containers using Portworx and Couchbase
Containers are meant to be ephemeral and so scale pretty well for stateless applications. Stateful containers, such as Couchbase, need to be treated differently. Managing Persistence for Docker Containers provide a great overview of how…
-

Getting Started with Oracle Container Cloud Service
Oracle Container Cloud Service is Oracle’s entry into the world of managed container service. There are plenty of existing options: This blog will explain how to get started with Oracle Container Cloud Service. A comparison…