Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Sep 29, 2024Step-by-Step Guide to Deploying the Spring PetClinic App in KubernetesHere's the tree structure for the deployment of the Spring PetClinic app in Kubernetes: 1. Setup Kubernetes Cluster ├── Initialize control plane with kubeadm └── Add worker nodes to the cluster 2. Prepare Docker Images ├── Build PetClinic...Discuss·34 readsKubernetes Basics: A Beginner’s GuideSubbuTechTutorials
Nischal Baidarnischalbaidar.hashnode.dev·Aug 23, 2024Day 9 - Placement Project: Logistic Regression📈Project Overview This project demonstrates the application of logistic regression to predict placement outcomes based on features such as CGPA and IQ scores. The goal is to build a predictive model that can accurately determine whether a student will...Discussendtoendproject