The Couchbase instance is a container for Bucket instances, which based on the credentials supplied are accessible through the client's bucket collection. Using the credentials above, only the default bucket would be available to an application. If cluster credentials were supplied, then all buckets would be available.
bucket = client["default"]CRUD operations are performed by using an instance of a Bucket.