<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[ForumTotal.com - Cloud Computing & DevOps]]></title>
		<link>https://forumtotal.com/</link>
		<description><![CDATA[ForumTotal.com - https://forumtotal.com]]></description>
		<pubDate>Sat, 25 Apr 2026 00:14:18 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Should we move our database to RDS or keep it on self-managed EC2?]]></title>
			<link>https://forumtotal.com/thread/should-we-move-our-database-to-rds-or-keep-it-on-self-managed-ec2</link>
			<pubDate>Fri, 17 Apr 2026 15:12:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=882">GregoryZL</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-we-move-our-database-to-rds-or-keep-it-on-self-managed-ec2</guid>
			<description><![CDATA[I’m trying to decide if we should move our main application database to a managed service like Amazon RDS or keep it on our self-managed EC2 instances. The promised reduction in operational overhead is tempting, but I’m nervous about losing fine-grained control over performance tuning and backup schedules.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if we should move our main application database to a managed service like Amazon RDS or keep it on our self-managed EC2 instances. The promised reduction in operational overhead is tempting, but I’m nervous about losing fine-grained control over performance tuning and backup schedules.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should we move stateful services to a managed Kubernetes and watch pv perf?]]></title>
			<link>https://forumtotal.com/thread/should-we-move-stateful-services-to-a-managed-kubernetes-and-watch-pv-perf</link>
			<pubDate>Fri, 17 Apr 2026 13:43:16 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=1946">LukeUL</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-we-move-stateful-services-to-a-managed-kubernetes-and-watch-pv-perf</guid>
			<description><![CDATA[I’m trying to decide if we should move our stateful services to a managed Kubernetes service, but I’m worried about persistent volume performance and cost predictability. Our current setup uses self-hosted storage, and I’m not sure if the abstraction of cloud-native storage will meet our latency requirements for the database workloads.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if we should move our stateful services to a managed Kubernetes service, but I’m worried about persistent volume performance and cost predictability. Our current setup uses self-hosted storage, and I’m not sure if the abstraction of cloud-native storage will meet our latency requirements for the database workloads.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What should we consider when moving stateful services into a Kubernetes cluster?]]></title>
			<link>https://forumtotal.com/thread/what-should-we-consider-when-moving-stateful-services-into-a-kubernetes-cluster</link>
			<pubDate>Fri, 17 Apr 2026 12:19:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=1361">Aurora_M</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/what-should-we-consider-when-moving-stateful-services-into-a-kubernetes-cluster</guid>
			<description><![CDATA[I’m trying to decide if we should move our stateful services, like our session store and some internal queues, into our main Kubernetes cluster instead of managing them as separate cloud database instances. The idea of simplifying our architecture and reducing external dependencies is appealing, but I keep worrying about persistent volume performance and the operational overhead of ensuring high availability ourselves.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if we should move our stateful services, like our session store and some internal queues, into our main Kubernetes cluster instead of managing them as separate cloud database instances. The idea of simplifying our architecture and reducing external dependencies is appealing, but I keep worrying about persistent volume performance and the operational overhead of ensuring high availability ourselves.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should I move Redis and PostgreSQL into a Kubernetes cluster?]]></title>
			<link>https://forumtotal.com/thread/should-i-move-redis-and-postgresql-into-a-kubernetes-cluster</link>
			<pubDate>Fri, 10 Apr 2026 14:08:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=1954">RobertVG</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-i-move-redis-and-postgresql-into-a-kubernetes-cluster</guid>
			<description><![CDATA[I’m trying to decide if we should move our stateful services, like our Redis cache and PostgreSQL databases, into our main Kubernetes cluster instead of keeping them as separate managed cloud services. The potential cost savings are tempting, but I keep worrying about the operational overhead of managing storage classes, persistent volumes, and ensuring high availability ourselves. Has anyone else made this switch and regretted it later?]]></description>
			<content:encoded><![CDATA[I’m trying to decide if we should move our stateful services, like our Redis cache and PostgreSQL databases, into our main Kubernetes cluster instead of keeping them as separate managed cloud services. The potential cost savings are tempting, but I keep worrying about the operational overhead of managing storage classes, persistent volumes, and ensuring high availability ourselves. Has anyone else made this switch and regretted it later?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should we run stateful services in Kubernetes or keep cloud ones?]]></title>
			<link>https://forumtotal.com/thread/should-we-run-stateful-services-in-kubernetes-or-keep-cloud-ones</link>
			<pubDate>Fri, 10 Apr 2026 12:44:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=2266">Madison.A</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-we-run-stateful-services-in-kubernetes-or-keep-cloud-ones</guid>
			<description><![CDATA[I’m trying to decide if we should move our stateful services, like our Redis cache and PostgreSQL databases, into our main Kubernetes clusters instead of managing them as separate cloud vendor services. The idea of having a unified control plane is appealing, but I keep worrying about persistent storage reliability and the operational overhead of managing those volumes and backups ourselves.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if we should move our stateful services, like our Redis cache and PostgreSQL databases, into our main Kubernetes clusters instead of managing them as separate cloud vendor services. The idea of having a unified control plane is appealing, but I keep worrying about persistent storage reliability and the operational overhead of managing those volumes and backups ourselves.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should we move Redis and PostgreSQL into our Kubernetes cluster?]]></title>
			<link>https://forumtotal.com/thread/should-we-move-redis-and-postgresql-into-our-kubernetes-cluster</link>
			<pubDate>Fri, 10 Apr 2026 11:15:31 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=1719">Oliver.L</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-we-move-redis-and-postgresql-into-our-kubernetes-cluster</guid>
			<description><![CDATA[I’m trying to decide if we should move our stateful services, like our Redis cache and PostgreSQL databases, into our main Kubernetes clusters instead of managing them as separate cloud provider services. The idea of having a unified control plane is appealing, but I keep worrying about persistent storage and handling node failures gracefully.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if we should move our stateful services, like our Redis cache and PostgreSQL databases, into our main Kubernetes clusters instead of managing them as separate cloud provider services. The idea of having a unified control plane is appealing, but I keep worrying about persistent storage and handling node failures gracefully.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should we move stateful workloads like session store into Kubernetes cluster?]]></title>
			<link>https://forumtotal.com/thread/should-we-move-stateful-workloads-like-session-store-into-kubernetes-cluster</link>
			<pubDate>Fri, 10 Apr 2026 09:46:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=2246">Amelia96</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-we-move-stateful-workloads-like-session-store-into-kubernetes-cluster</guid>
			<description><![CDATA[I’m trying to decide if we should move our stateful services, like our session store and some internal queues, into our main Kubernetes cluster instead of keeping them on separate managed cloud services. The idea of simplifying our architecture with a unified control plane is appealing, but I keep worrying about persistent volume management and the operational overhead if a node fails.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if we should move our stateful services, like our session store and some internal queues, into our main Kubernetes cluster instead of keeping them on separate managed cloud services. The idea of simplifying our architecture with a unified control plane is appealing, but I keep worrying about persistent volume management and the operational overhead if a node fails.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should I move Redis stateful services into Kubernetes or stay with cloud?]]></title>
			<link>https://forumtotal.com/thread/should-i-move-redis-stateful-services-into-kubernetes-or-stay-with-cloud</link>
			<pubDate>Wed, 08 Apr 2026 22:14:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=1075">Alexander_P</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-i-move-redis-stateful-services-into-kubernetes-or-stay-with-cloud</guid>
			<description><![CDATA[I'm trying to decide if we should move our stateful services, like our Redis cache, into our main Kubernetes cluster or keep them as separate managed cloud services. I'm worried about the operational complexity of managing persistent volumes and high availability ourselves, but the cost of the external services is adding up fast.]]></description>
			<content:encoded><![CDATA[I'm trying to decide if we should move our stateful services, like our Redis cache, into our main Kubernetes cluster or keep them as separate managed cloud services. I'm worried about the operational complexity of managing persistent volumes and high availability ourselves, but the cost of the external services is adding up fast.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should I move a Redis cache into my Kubernetes cluster or keep it external?]]></title>
			<link>https://forumtotal.com/thread/should-i-move-a-redis-cache-into-my-kubernetes-cluster-or-keep-it-external</link>
			<pubDate>Wed, 08 Apr 2026 20:46:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=404">Ronald.M</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-i-move-a-redis-cache-into-my-kubernetes-cluster-or-keep-it-external</guid>
			<description><![CDATA[I’m trying to decide if we should move our stateful services, like our Redis caching layer, into our main Kubernetes cluster or keep them as managed services outside of it. I’m worried about the operational overhead of managing persistent volumes and ensuring high availability ourselves, but the latency and cost of external services is becoming noticeable.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if we should move our stateful services, like our Redis caching layer, into our main Kubernetes cluster or keep them as managed services outside of it. I’m worried about the operational overhead of managing persistent volumes and ensuring high availability ourselves, but the latency and cost of external services is becoming noticeable.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should I move Redis and PostgreSQL into the Kubernetes cluster with GitOps?]]></title>
			<link>https://forumtotal.com/thread/should-i-move-redis-and-postgresql-into-the-kubernetes-cluster-with-gitops</link>
			<pubDate>Wed, 08 Apr 2026 19:19:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=1499">SophiaFD</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-i-move-redis-and-postgresql-into-the-kubernetes-cluster-with-gitops</guid>
			<description><![CDATA[I’m trying to decide if we should move our stateful services, like our Redis cache and PostgreSQL databases, into our main Kubernetes cluster instead of keeping them as separate managed cloud services. The idea of simplifying our deployment and having everything defined through a GitOps workflow is really appealing, but I keep worrying about storage persistence and the operational overhead of managing the data plane ourselves. Has anyone made this switch and regretted it?]]></description>
			<content:encoded><![CDATA[I’m trying to decide if we should move our stateful services, like our Redis cache and PostgreSQL databases, into our main Kubernetes cluster instead of keeping them as separate managed cloud services. The idea of simplifying our deployment and having everything defined through a GitOps workflow is really appealing, but I keep worrying about storage persistence and the operational overhead of managing the data plane ourselves. Has anyone made this switch and regretted it?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to move monolith session state to Redis without breaking Kubernetes?]]></title>
			<link>https://forumtotal.com/thread/how-to-move-monolith-session-state-to-redis-without-breaking-kubernetes</link>
			<pubDate>Wed, 08 Apr 2026 17:52:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=2319">Ava_J</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/how-to-move-monolith-session-state-to-redis-without-breaking-kubernetes</guid>
			<description><![CDATA[I’m trying to decide if moving our monolith’s session state to an external Redis instance is worth the complexity for our Kubernetes pods. Every time a pod restarts, users get logged out, but I’m worried about the latency and the new failure point it introduces.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if moving our monolith’s session state to an external Redis instance is worth the complexity for our Kubernetes pods. Every time a pod restarts, users get logged out, but I’m worried about the latency and the new failure point it introduces.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should I move Redis to Kubernetes or keep it as a managed service?]]></title>
			<link>https://forumtotal.com/thread/should-i-move-redis-to-kubernetes-or-keep-it-as-a-managed-service</link>
			<pubDate>Wed, 08 Apr 2026 16:22:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=1135">Nora3</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-i-move-redis-to-kubernetes-or-keep-it-as-a-managed-service</guid>
			<description><![CDATA[I'm trying to decide if we should move our stateful services, like our Redis cache, into our main Kubernetes cluster or keep them as separate managed cloud services. I'm worried about the operational complexity of managing persistent volumes and high availability ourselves, versus the cost and network latency of external services.]]></description>
			<content:encoded><![CDATA[I'm trying to decide if we should move our stateful services, like our Redis cache, into our main Kubernetes cluster or keep them as separate managed cloud services. I'm worried about the operational complexity of managing persistent volumes and high availability ourselves, versus the cost and network latency of external services.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should i move container builds from ci runners to aws fargate?]]></title>
			<link>https://forumtotal.com/thread/should-i-move-container-builds-from-ci-runners-to-aws-fargate</link>
			<pubDate>Mon, 06 Apr 2026 18:30:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=765">Samuel24</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-i-move-container-builds-from-ci-runners-to-aws-fargate</guid>
			<description><![CDATA[I'm trying to decide if we should move our container image builds from our CI runners to a managed service like AWS Fargate. The main thing holding me back is whether the added complexity of managing the build environment and permissions is worth the gain in consistency and scaling.]]></description>
			<content:encoded><![CDATA[I'm trying to decide if we should move our container image builds from our CI runners to a managed service like AWS Fargate. The main thing holding me back is whether the added complexity of managing the build environment and permissions is worth the gain in consistency and scaling.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What should we consider when moving to a managed Kubernetes service?]]></title>
			<link>https://forumtotal.com/thread/what-should-we-consider-when-moving-to-a-managed-kubernetes-service</link>
			<pubDate>Mon, 06 Apr 2026 17:02:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=853">Emma.P</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/what-should-we-consider-when-moving-to-a-managed-kubernetes-service</guid>
			<description><![CDATA[I'm trying to decide if we should move our container orchestration to a managed service, but I'm worried about losing fine-grained control over the underlying nodes. Our team is small and the operational overhead of self-managed Kubernetes is becoming a real burden, yet I can't shake the feeling that going fully managed will lock us into a specific cloud vendor's way of doing things.]]></description>
			<content:encoded><![CDATA[I'm trying to decide if we should move our container orchestration to a managed service, but I'm worried about losing fine-grained control over the underlying nodes. Our team is small and the operational overhead of self-managed Kubernetes is becoming a real burden, yet I can't shake the feeling that going fully managed will lock us into a specific cloud vendor's way of doing things.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should I use kubernetes persistent volumes for redis and stateful apps?]]></title>
			<link>https://forumtotal.com/thread/should-i-use-kubernetes-persistent-volumes-for-redis-and-stateful-apps</link>
			<pubDate>Mon, 06 Apr 2026 15:32:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=362">Steven12</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-i-use-kubernetes-persistent-volumes-for-redis-and-stateful-apps</guid>
			<description><![CDATA[I’m trying to decide if we should move our stateful services to Kubernetes, but I keep hitting the same mental block about persistent storage. Our current setup uses managed database services, but for things like our Redis caching layer and a few legacy apps, the idea of managing persistent volumes with a cloud-native storage class feels like we’re just reinventing a less reliable wheel.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if we should move our stateful services to Kubernetes, but I keep hitting the same mental block about persistent storage. Our current setup uses managed database services, but for things like our Redis caching layer and a few legacy apps, the idea of managing persistent volumes with a cloud-native storage class feels like we’re just reinventing a less reliable wheel.]]></content:encoded>
		</item>
	</channel>
</rss>