Aman Mishraamanmishra.hashnode.dev·Aug 12, 2024The Evolution of DevOpsDevOps has transformed the landscape of software development, turning chaotic, manual processes into seamless, automated pipelines. But how did we get here? In this blog, we'll explore the key milestones that have shaped DevOps over the past decade a...DiscussDevops
Vandana Panditvandanapandit.hashnode.dev·Aug 8, 2024AWS: Creating and Managing IAM Users in AWS: A Step-by-Step GuideIAM Users: IAM users are created within an AWS account and represent a person or application that interacts with AWS services. Each IAM user has a unique name within the AWS account and can be assigned permissions via policies. So, we need to create ...Discuss#90daysofdevops
Lokesh Tarleyltarley.hashnode.dev·Jul 28, 2024Kubernetes - Taints and TolerationTaints and Toleration are the very important property in Kubernetes which is opposite to node affinity(allowing you to constrain which nodes your Pod can be scheduled), or its a mechanish that allows you to ensure that pods are not placed/Scheduled o...Discuss·49 readsKubernetes
Sachin KhamitkarforSachin's KodeKloud engineer's tasks blogsachins-kodekloud-tasks.hashnode.dev·Jul 11, 2024Task - Firewall ConfigurationProblem: The Nautilus system admins team has rolled out a web UI application for their backup utility on the Nautilus backup server within the Stratos Datacenter. This application operates on port 5000, and firewalld is active on the server. To meet...DiscussKodeKloud
Sachin KhamitkarforSachin's KodeKloud engineer's tasks blogsachins-kodekloud-tasks.hashnode.dev·Jul 10, 2024Task - Timezone AlignmentProblem: n the daily standup, it was noted that the timezone settings across the Nautilus Application Servers in the Stratos Datacenter are inconsistent with the local datacenter's timezone, currently set to America/Argentina/San_Luis. Synchronize t...DiscussKodeKloud
Sachin KhamitkarforSachin's KodeKloud engineer's tasks blogsachins-kodekloud-tasks.hashnode.dev·Jul 9, 2024Task - Default GUI Boot ConfigurationProblem: With the installation of new tools on the app servers within the Stratos Datacenter, certain functionalities now necessitate graphical user interface (GUI) access. Adjust the default runlevel on all App servers in Stratos Datacenter to enab...DiscussKodeKloud
Sachin KhamitkarforSachin's KodeKloud engineer's tasks blogsachins-kodekloud-tasks.hashnode.dev·Jul 8, 2024Task - Restrict Cron AccessProblem: In alignment with security compliance standards, the Nautilus project team has opted to impose restrictions on crontab access. Specifically, only designated users will be permitted to create or update cron jobs. Configure crontab access on ...DiscussKodeKloud
Sachin KhamitkarforSachin's KodeKloud engineer's tasks blogsachins-kodekloud-tasks.hashnode.dev·Jul 8, 2024Task - String ReplacementProblem: Within the Stratos DC, the backup server holds template XML files crucial for the Nautilus application. Before utilization, these files require valid data insertion. As part of routine maintenance, system admins at xFusionCorp Industries em...Discuss#kodekloudengineer
Rajesh Petheeklavvya.hashnode.dev·Jul 6, 2024KodeKloud Kubernetes level-4 SolutionsKodeKloud offers pretty good training platform for DevOps and Kubernetes. This blog is a series of solutions to their Kubernetes lab challenges of various complexities. We are going to play with Kubernetes using minikube right on any local PC, no nee...DiscussKodeKloud
Sanket Chamatesanket01.hashnode.dev·Jul 5, 2024Deploying a Voting App: Microservices Architecture Using Docker and KubernetesAbout Project As the title suggests, this project is about deploying a voting app using Kubernetes. In this application, there is a voting page that lets us choose between Cat or Dog and then displays the result on the result page. The application is...DiscussKubernetes