Deploy the Timetable management system application in the Kubernetes Cluster

πHello, Hashnode community! I'm subbaramireddy, a passionate DevOps Engineer with a relentless commitment to optimizing software development workflows and infrastructure management. π Hands-on experience in the DevOps field, I've honed my skills in AWS cloud services, containerization, and CI/CD pipelines. As an AWS Certified Developer, I'm well-versed in leveraging cloud technologies to drive efficiency and innovation. π‘ I firmly believe in the power of continuous improvement. My journey began with an internship, where I immersed myself in the intricacies of DevOps, from deploying web applications to orchestrating containerized solutions. I've also delved into AWS CDK, enhancing security through RDS instance policies, and creating foundational infrastructure with precision. π My goal is to share insights, best practices, and the latest trends in the DevOps landscape. I'm excited to connect with like-minded professionals, engage in meaningful discussions, and learn from the diverse experiences of the Hashnode community. π Let's explore the ever-evolving world of DevOps together. Feel free to connect with me, ask questions, or share your own insights. Together, we can drive innovation and efficiency in the tech world!
prerequisites
Steps
Install the git in the k8s-master node.

clone the repository of ttms for the kube-manifests. link here

we can view the list of kube-manifests files.

create the resource using the kube-manifests file with the command:
kubectl apply -f manifest1.yml -f manifest2.yml
kubectl get namespace
kubectl get configmap -n = namspace-name #optional
kubectl get secrets -n = namspace-name #optional
kubectl get service -n = namspace-name #optional
kubectl get deployment -n = namspace-name #optional


open port 31231 in the worker-node security group for accessing the application

Open the application using the worker-node public IP append with the port 31231

Thanks for reading! I hope you found this helpful and informative.
I'm always happy to connect with fellow tech enthusiasts and answer any questions you may have. Don't forget to follow me for more updates on tech, programming, and more.ππ
Follow me on LinkedIn to see interesting posts like this : ) Linkedin






