<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Clarity</title><link>https://howtodevop.com/post/</link><description>Recent content in Posts on Clarity</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved.</copyright><lastBuildDate>Wed, 24 May 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://howtodevop.com/post/index.xml" rel="self" type="application/rss+xml"/><item><title>How to install aws container insights for EKS</title><link>https://howtodevop.com/post/installing-container-insight-eks/</link><pubDate>Wed, 24 May 2023 00:00:00 +0000</pubDate><guid>https://howtodevop.com/post/installing-container-insight-eks/</guid><description>
In this post we will be installing aws container insights for eks. We are assuming that you have already running EKS cluster.
1. Attaching Policy to EKS NodeGroup IAM Role For this first we need to attach an policy to our nodegroup iam role CloudWatchAgentServerPolicy
2. Installing AWS Container Insights for EKS Install the container insights using the below commands
1export AWS_REGION=us-east-2 2export CLUSTER_NAME=&amp;lt;your-cluster-name&amp;gt; 3 4curl -s https://raw.githubusercontent.com/aws-samples/amazon-cloudwatch-container-insights/latest/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml | sed &amp;#34;s/{{cluster_name}}/${CLUSTER_NAME}/;s/{{region_name}}/${AWS_REGION}/&amp;#34; | kubectl apply -f - It will create some resources while its execution</description></item><item><title>How to restore from RDS Postgres to Aurora Postgres</title><link>https://howtodevop.com/post/rds-restore-to-aurora-postgres/</link><pubDate>Wed, 24 May 2023 00:00:00 +0000</pubDate><guid>https://howtodevop.com/post/rds-restore-to-aurora-postgres/</guid><description>
In this post we will be taking the dump of existing AWS RDS Postgres and we will restore it on the Aurora Postgres Cluster. This post assumes that you have already AWS RDS Postgres and you want to move your database data to Aurora Postgres Cluster.
Take the database dump from the old RDS instance while going into one of the dev instances. Use to command below to dump the database.</description></item><item><title>Using Hugo page bundles</title><link>https://howtodevop.com/post/bundle/</link><pubDate>Thu, 24 Mar 2022 00:00:00 +0000</pubDate><guid>https://howtodevop.com/post/bundle/</guid><description>
Page bundles are an optional way to organize page resources within Hugo. You can opt-in to using page bundles in Hugo Clarity with `usePageBundles` in your site configuration --- or in a page's front matter.</description></item><item><title>Using OpenStreetMap</title><link>https://howtodevop.com/post/map/</link><pubDate>Mon, 14 Feb 2022 00:00:00 +0000</pubDate><guid>https://howtodevop.com/post/map/</guid><description/></item><item><title>Using Notices</title><link>https://howtodevop.com/post/notices/</link><pubDate>Fri, 20 Aug 2021 00:00:00 +0000</pubDate><guid>https://howtodevop.com/post/notices/</guid><description>
The &amp;quot;Notices&amp;quot; shortcode enables you to call out pieces of information - sidebars, warnings, tips, etc.
To create a notice on a page, you can use the notice shortcode.
You use the notice shortcode, with the first parameter being one of note, info, tip, and warning. Then add a title for your note in quotes as the second parameter. The inner body of the note can be whatever markdown you want to create.</description></item><item><title>Markdown Syntax Guide</title><link>https://howtodevop.com/post/markdown-syntax/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><guid>https://howtodevop.com/post/markdown-syntax/</guid><description>
&lt;p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p></description></item><item><title>Rich Content</title><link>https://howtodevop.com/post/rich-content/</link><pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate><guid>https://howtodevop.com/post/rich-content/</guid><description>
&lt;p>Hugo ships with several &lt;a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes">Built-in Shortcodes&lt;/a> for rich content, along with a &lt;a href="https://gohugo.io/about/hugo-and-gdpr/">Privacy Config&lt;/a> and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.&lt;/p></description></item><item><title>Placeholder Text</title><link>https://howtodevop.com/post/placeholder-text/</link><pubDate>Sat, 09 Mar 2019 00:00:00 +0000</pubDate><guid>https://howtodevop.com/post/placeholder-text/</guid><description>
&lt;p>Lorem est tota propiore conpellat pectoribus de pectora summo.&lt;/p></description></item><item><title>Math Typesetting</title><link>https://howtodevop.com/post/math-typesetting/</link><pubDate>Fri, 08 Mar 2019 00:00:00 +0000</pubDate><guid>https://howtodevop.com/post/math-typesetting/</guid><description>
&lt;p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.&lt;/p></description></item><item><title>Emoji Support</title><link>https://howtodevop.com/post/emoji-support/</link><pubDate>Tue, 05 Mar 2019 00:00:00 +0000</pubDate><guid>https://howtodevop.com/post/emoji-support/</guid><description>
&lt;p>Emoji can be enabled in a Hugo project in a number of ways.&lt;/p></description></item></channel></rss>