- Home
- Tag: cluster
Posts tagged cluster
A logical grouping of container instances that you can place tasks on. Amazon Elasticsearch Service (Amazon ES): A logical grouping of one or more data nodes, optional dedicated master nodes, and storage required to run Amazon Elasticsearch Service (Amazon ES) and operate your Amazon ES domain.
Tag: cluster
Amazon EKS now supports DNS resolution of the cluster private endpoint in AWS GovCloud (US) regions
Feed: Recent Announcements. You can now resolve the private Kubernetes API server endpoint of your Amazon Elastic Kubernetes Service (EKS) cluster in AWS GovCloud (US) regions. This allows you to easily connect to an EKS cluster that is only accessible within a VPC, including when using AWS services such as AWS Direct Connect and VPC peering. When only the private endpoint is enabled, Amazon EKS automatically advertises the private IP addresses of the private endpoint from the public endpoint. Clients (such as the kubectl CLI tool) use the public endpoint as a DNS resolver to connect to the private endpoint ... Read More
Andrew L’Ecuyer: Effective PostgreSQL Cluster Configuration & Management Using PGO v5.1
Feed: Planet PostgreSQL. Modern day production ready Postgres solutions require quite a bit of sophistication and automation. Changes need to be applied in a uniform and safe way. DevOps and SRE teams need to be in control system updates while limiting disruption to their users.With the release of PGO v5.1, we are excited to announce enhancements in each of these areas. Not only does PGO v5.1 now automatically rollout all PostgreSQL configuration changes, but it allows you to protect your running databases against outages due to voluntary disruptions. Additionally, manual switchover and failover support means you can fully control your ... Read More
Galera Cluster for MySQL 8.0.28 and 5.7.37 released
Feed: Planet MySQL; Author: Codership; Codership is pleased to announce a new Generally Available (GA) release of the multi-master Galera Cluster for MySQL 5.7 and 8.0, consisting of MySQL-wsrep 5.7.37 (release notes, download) and MySQL-wsrep 8.0.28 (release notes, download) with Galera replication library 3.37 (release notes, download) implementing wsrep API version 25 and Galera replication library 4.12 (release notes, download) implementing wsrep API version 26. This release incorporates all changes to MySQL 5.7.37 and 8.0.28 respectively, adding a synchronous option for your MySQL High Availability solutions. For the Galera replication library 3.37, we added a WORK_DIR parameter to garb.cnf and ... Read More
Codership releases Galera Cluster Enterprise Edition
Feed: Planet MySQL; Author: Codership; The Galera Cluster Enterprise Edition Codership is pleased to announce Galera Cluster Enterprise Edition. Galera Cluster Enterprise Edition consists of an enhanced GaleraCluster server, Galera Manager and Galera Load Balancer. The enhanced Galera Cluster Server includes 1) A new Online Schema Upgrade method called Non Blocking Operations (NBO), adds more high availability to your cluster while performing schema changes. Schema changes made on all cluster nodes in the same total order sequence, with much more efficient locking compared to the Total Order Isolation (TOI) method. SET GLOBAL wsrep_OSU_method=’NBO’ Read Non Blocking Operations documentation 2) XA transactions is a standard for coordinating distributed transactions, allowing multiple databases to participate in a transaction ... Read More
Installing MySQL InnoDB Cluster in OKE using a MySQL Operator

Feed: Planet MySQL; Author: dbi services; During previous months, I’ve had some time to satisfy my curiosity about databases in containers and I started to test a little bit MySQL in Kubernetes.This is how it all began…In January I had the chance to be trained on Kubernetes attending the Docker and Kubernetes essentials Workshop of dbi services. So I decided to prepare a session on this topic at our internal dbi xChange event. And as if by magic, at the same time, a customer asked for our support to migrate a MySQL database to their Kubernetes cluster. In general, I ... Read More
High Availability and Observability Using Red Hat Advanced Cluster Management for Kubernetes

Feed: AWS Partner Network (APN) Blog. Author: Vani Eswarappa. By Vani Eswarappa, Partner Solutions Architect – AWSBy Mayur Shetty, Principal Solution Architect – Red Hat Red Hat As container usage increases in application modernization efforts, Kubernetes plays an important role in managing container-based applications. Enterprise organizations operating and serving customers at scale often require a multi-cluster approach to meet their growing demands and performance. However, managing these multi-cluster life cycle, application deployments, and enforcing security policies across clusters is often challenging and time consuming. Red Hat is an AWS Partner and leading provider of enterprise open source solutions, including high-performing ... Read More
Amazon EKS console now supports all standard Kubernetes resources to simplify cluster management
Feed: Recent Announcements. Amazon EKS is a fully managed Kubernetes service. Until now, the Amazon EKS console only supported viewing workload specific resources, such as deployments, jobs and DaemonSets running in your cluster. You needed to install and run additional tools to view, understand, and troubleshoot any other Kubernetes resource type. The updated Amazon EKS console now includes all standard Kubernetes API resource types such as service resources, configuration and storage resources, authorization resources, policy resources and more. You can easily filter your Kubernetes resources by a specific namespace and search by property values, making it quick and easy to ... Read More
Access Apache Livy using a Network Load Balancer on a Kerberos-enabled Amazon EMR cluster

Feed: AWS Big Data Blog. Amazon EMR is a cloud big data platform for running large-scale distributed data processing jobs, interactive SQL queries, and machine learning (ML) applications using open-source analytics frameworks such as Apache Spark, Apache Hive, and Presto. Amazon EMR supports Kerberos for authentication; you can enable Kerberos on Amazon EMR and put the cluster in a private subnet to maximize security. To access the cluster, the best practice is to use a Network Load Balancer (NLB) to expose only specific ports, which are access-controlled via security groups. By default, the NLB prevents Kerberos ticket authentication to any ... Read More
David Z: global deadlock in a distributed database cluster

Feed: Planet PostgreSQL. 1. Overview Nowadays, supporting distributed transactions is a typical requirement for many use cases, however, the global deadlock detection is one of the key challenging issues if you plan to use PostgreSQL to setup a distributed database solution. There are many discussions about global deadlock, but this blog will provide you a step-by-step procedure about how to create such a global deadlock and share some thoughts based on personal experience. 2. Deadlock First of all, the basic concept of a deadlock is that Process A is trying to acquire Lock2 while it is holding Lock1 and Process ... Read More
How to Deploy RStudio Connect into Local Kubernetes Cluster
Feed: R-bloggers. Author: Oleksandr Ponomarov. RStudio Connect is a publishing platform that lets you and your team share R Shiny applications, R Markdown reports, APIs, dashboards, Jupyter Notebook, and interactive Python content in one convenient place. Today we’ll show you how to deploy RStudio Connect to the local Kubernetes cluster with ease. Following along shouldn’t take you more than 10 minutes, provided you have a valid RStudio Connect license. We’ll walk you through the process step by step. We’ll start by covering the prerequisites on macOS, creating a Kubernetes cluster with k3d, installing dependencies with Helm, configuring the Postgres database, ... Read More
Recent Comments