Steps to be followed for frontend Image Deployment
1. Login into RDP
• Open Remote Desktop Connection and enter server credentials.
2. Open Command Prompt
• Inside the RDP session, launch Command Prompt.
3. Access the server
• Run ssh command
• Enter password when prompted.
4. Switch the environment to production mode
• Run: sudo cortex prod
5. Select service
• Choose “frontend” from the list of services displayed on screen.
6. Select operation
• Choose ‘’Update’’ from the menu options.
7. Confirm deployment started
• Ensure system displays the message: Release frontend upgrade initiated...
8. Enter new image path for deployment
• Paste the image path. Example: docker.io/kardex/kardexo-uat-Sonepar-frontend:
• Replace with the necessary version number.
9. Verify confirmation message
• Ensure system shows: Release "frontend" has been upgraded. Happy Helming! STATUS: deployed
10. Check pod status
• Run the following command: kubectl get pods -n sonepar
• Confirm all frontend pods are in running state.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article