From 04f5773cf9a186eca952b53c07a75d036ce03429 Mon Sep 17 00:00:00 2001 From: mohin7 Date: Tue, 10 Oct 2023 17:32:50 +0600 Subject: [PATCH] Update review changes and add x(twitter icon) Signed-off-by: mohin7 --- .../index.md | 4 ++-- .../index.md | 2 +- layouts/_default/baseof.html | 8 ++++---- layouts/datasheet/list.html | 2 +- layouts/datasheet/single.html | 2 +- static/assets/images/icon/community/twitterx-icon.svg | 10 ++++++++++ .../images/icon/community/twitterx-solid-icon.svg | 3 +++ static/assets/sass/components/_footer.scss | 7 +++++++ 8 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 static/assets/images/icon/community/twitterx-icon.svg create mode 100644 static/assets/images/icon/community/twitterx-solid-icon.svg diff --git a/content/articles/deploying-redis-database-using-kubernetes-redis-operator/index.md b/content/articles/deploying-redis-database-using-kubernetes-redis-operator/index.md index ccd1dd1bc1..ffde78e577 100644 --- a/content/articles/deploying-redis-database-using-kubernetes-redis-operator/index.md +++ b/content/articles/deploying-redis-database-using-kubernetes-redis-operator/index.md @@ -9,7 +9,7 @@ date: "2023-10-10" ![Kubernetes Redis Operator](./hero.jpg "Redis Operator") -In today's world of containerized applications and orchestration, the successful deployment and maintenance of databases, such as Redis, require a flexible and efficient approach. *Kubernetes Redis Operator* —a tool that streamlines the intricate tasks of configuring, managing, and scaling Redis databases within the Kubernetes environment. +In today's world of containerized applications and orchestration, the successful deployment and maintenance of databases, such as Redis, require a flexible and efficient approach. **Kubernetes Redis Operator** —a tool that streamlines the intricate tasks of configuring, managing, and scaling Redis databases within the Kubernetes environment. Within this article, we will dive deep into the realm of Redis database setup, leveraging the power of the Kubernetes Redis Operator. We'll explore its array of benefits, distinctive features, and provide you with a comprehensive, go to guide. With this solution, you'll empower yourself with enhanced flexibility and automation for provisioning and administering your Redis databases, all while embracing the containerized infrastructure's best practices. @@ -188,7 +188,7 @@ OK "Stash" 10.244.0.14:6379> exit ``` -We’ve successfully Deploy Redis to Kubernetes via *Kubernetes Redis operator* KubeDB and insert some sample data into it. +We’ve successfully Deploy Redis to Kubernetes via **Kubernetes Redis operator** KubeDB and insert some sample data into it. ## Redis on Kubernetes: Best Practices When deploying Redis on Kubernetes, following best practices is essential to ensure the stability and reliability of your application. Here are some key best practices for optimizing your Redis deployment within a Kubernetes environment: diff --git a/content/articles/how-to-deploy-mongodb-using-kubernetes-mongodb-operator/index.md b/content/articles/how-to-deploy-mongodb-using-kubernetes-mongodb-operator/index.md index a654ef5fc3..8c455a4da4 100644 --- a/content/articles/how-to-deploy-mongodb-using-kubernetes-mongodb-operator/index.md +++ b/content/articles/how-to-deploy-mongodb-using-kubernetes-mongodb-operator/index.md @@ -161,7 +161,7 @@ mongodb-rs ClusterIP 10.8.1.145 27017/TCP 6m39s mongodb-rs-pods ClusterIP None 27017/TCP 6m39s ``` -Now we'll use'mongodb-rs-auth' to export credentials. To make future commands more reusable, export 'USER' and 'PASSWORD' as environment variables. +Now we'll use `mongodb-rs-auth` to export credentials. To make future commands more reusable, export `USER` and `PASSWORD` as environment variables. ```bash $ export USER=$(kubectl get secrets -n mongons mongodb-rs-auth -o jsonpath='{.data.\username}' | base64 -d) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 1ba555d2cc..8a50b57fda 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -778,13 +778,13 @@
{{ .Name }}
{{ if $p.socialLinks.github }} - + github-icon {{ end }} {{ if $p.socialLinks.twitter }} - - twitter-icon + + twitterx-icon {{ end }}
@@ -1098,7 +1098,7 @@

Legal