Tag: kubernetes

The new Couchbase Autonomous Operator 1.0 for Kubernetes and OpenShift is now GA!
The new Couchbase Autonomous Operator 1.0 for Kubernetes and OpenShift is now GA!

Learn more about our brand new product Couchbase Autonomous Operator 1.0 for Kubernetes and Red Hat Openshift is now officially GA.

KOPS: Running Couchbase Cluster on Kubernetes at Scale
KOPS: Running Couchbase Cluster on Kubernetes at Scale

This blog demonstrates the kops usage, capabilities and Couchbase Autonomous Operator running Couchbase Cluster at scale.

Couchbase: Red Hot at Red Hat Summit 2018
Couchbase: Red Hot at Red Hat Summit 2018

Couchbase Autonomous Operator on Red Hat OpenShift featured in keynotes at Red Hat Summit 18

AKS with the Couchbase Kubernetes Operator
AKS with the Couchbase Kubernetes Operator

This Couchbase post explains how you can create an AKS cluster and install a Couchbase cluster on it, using the Couchbase Kubernetes operator.

Why Kubernetes Operators Are a Game Changer
Why Kubernetes Operators Are a Game Changer

Kubernetes operatord have taken the software development world by storm. Learn more about stateful containers, Kubernetes 1.7, and custom controllers.

Introducing Couchbase Operator: Running Couchbase Natively on Kubernetes and OpenShift Platform – Beta Announcement!!
Introducing Couchbase Operator: Running Couchbase Natively on Kubernetes and OpenShift Platform – Beta Announcement!!

See what is Kubernetes Operator and how does it work. Learn more about the features that are included in the Couchbase Kubernetes Operater Beta version.

Using Couchbase on AWS from Kubernetes Microservices
Using Couchbase on AWS from Kubernetes Microservices

This blog focuses on configuring Kubernetes in Amazon Web Services (AWS) to seamlessly connect to a Couchbase cluster running in EC2 on AWS.

Couchbase Server on OpenShift Enterprise and Kubernetes – Developer Preview Available !!
Couchbase Server on OpenShift Enterprise and Kubernetes – Developer Preview Available !!

Check out the developer preview available forCouchbase Server cluster on Red Hat OpenShift Enterprise which is based on Kubernetes.

Service Discovery with Java and Database application in Kubernetes
Service Discovery with Java and Database application in Kubernetes

This blog will show how a simple Java application in WildFly can talk to a database (Couchbase) using service discovery in Kubernetes.

Kubernetes Cluster on Amazon and Expose Couchbase Service
Kubernetes Cluster on Amazon and Expose Couchbase Service

This blog is part of a multi-part blog series that shows how to run your applications on Kubernetes. It will use the Couchbase, an open source NoSQL distributed document database, as the  Docker container. The first part (Couchbase on Kubernetes) explained how to start the Kubernetes cluster...

Kubernetes Cluster on Google Cloud and Expose Couchbase Service
Kubernetes Cluster on Google Cloud and Expose Couchbase Service

This blog is part of a multi-part blog series that shows how to run your applications on Kubernetes. It will use the Couchbase, an open source NoSQL distributed document database, as the  Docker container. The first part (Couchbase on Kubernetes) explained how to start the Kubernetes cluster...

Kubernetes Namespaces, Resource Quota, and Limits for QoS in Cluster
Kubernetes Namespaces, Resource Quota, and Limits for QoS in Cluster

By default, all resources in Kubernetes cluster are created in a default namespace. A pod will run with unbounded CPU and memory requests/limits. A Kubernetes namespace allows to partition created resources into a logically named group. Each namespace provides: a unique scope for...