I have deployed the individual spinnaker components to kubernetes and when I am trying to access spinnaker through http://localhost:9000 I get an empty response from the server. I verified the configuration for clouddriver-local.yml, spinnaker-local.yml and everything seems good. Am i missing anything here? when I am trying to curl localhost:9000, I get an empty response from the server here is the kubernetes setup info
Setting up Spinnaker on Kubernetes and accessing spinnaker UI
923 Views Asked by Lakshmi Narayanan At
1
There are 1 best solutions below
Related Questions in SPINNAKER
- Canary deployment using spinnaker in AWS ECS
- Issues with shared library when setting up Spinnaker Python SDK (PySpin) on Ubuntu 20.04
- How to provide to Spinnaker application already existing in cluster namespaces and its resources?
- How to apply custom profiles/setting to Spinnaker to make it deploy with one command?
- How do I know which replicaset has live traffic with blue/green deployment with validation in Spinnaker?
- override existing deck components those don't have Overridable annonation in spinnaker
- Not able to run machine vison camera and 3D Line scan cameras frame capture python script simultaneously
- Spinnaker !ERROR No user named 'my_user/api-kcs-cluster-com:port' exists in your kubeconfig file. when I run 'hal deploy apply' but user is defined?
- Import file in Jsnonnet/libsonnet application using relative path
- Error when running trigger.py from examples provided by downloading FLIR Spinnaker SDK
- Assigning environment variables from Spinnaker manifest to an Angular app
- Spinnaker - Run/skip stage depending if parameter contains a certain pattern using Conditional on Expression
- How to point multiple domains (aliases) to the same route in OpenShift YAML
- For spinnaker pipeline, how set variables from a yaml resource in s3 bucket?
- Spinnaker browser URL stuck at "/auth/redirect?to=" after successful authentication
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Hi Spinnaker has evolved by this time and it should be easier to set up by now. If you want to do PoC only or deploy to small enterprise projects then i suggest you use Armory's Minnaker
Now if you want to deploy large projects to a robust and fully enhanced kubernetes cluster then that is a different story and the steps are as it follows:
Installation
hal deployFor more details refer to
Hope the guideline helps