APAmrit Pandainamritpanda.hashnode.dev·Apr 20, 2023 · 2 min readTerraformWhat is Infrastructure as Code? In today's agile-driven industry time and accuracy is the key. It's really hard for a DevOps engineer to keep up pace with the 2 weeks sprint duration. This is where Infrastructure as Code turns out to be a magic wand....00
APAmrit Pandainamritpanda.hashnode.dev·Apr 13, 2023 · 2 min readService in KubernetesWhat is a service in Kubernetes? When we create a deployment pods are created and destroyed dynamically as defined. Internally we are not aware of the pods that are running and the health condition of those pods. The Kubernetes pods are created and d...02SA
APAmrit Pandainamritpanda.hashnode.dev·Mar 9, 2023 · 3 min readJenkins setup with nodesIntro Jenkins is an open source java based tool used to automate builds, deployment, continuous integration and continuous delivery. Pre-requisites to install tomcat? Java should be installed before installing tomcat on a machine. To install java jdk...00
APAmrit Pandainamritpanda.hashnode.dev·Mar 2, 2023 · 2 min readTomcat server setupWhat is Tomcat? Apache Tomcat is an open-source software used to host java web applications. Pre-requisites to install tomcat? Java should be installed before installing tomcat on a machine. To install java jdk in Debian-based Linux systems use the b...01S