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
918 Views Asked by Lakshmi Narayanan At
1
There are 1 best solutions below
Related Questions in SPINNAKER
- Setting up Spinnaker on Kubernetes and accessing spinnaker UI
- Spinnaker on Vagrant - Modifying Gate URL for Deck UI
- Is it possible to add the ELB dynamically to Spinnaker
- Spinnaker and custom Cloudwatch metrics for scaling policies
- Can Spinnaker be integrated with a Jenkins instance using non-basic authentication?
- Error installing spinnaker on kubernetes
- What should be considered an application in Spinnaker?
- Spinnaker: URLRedirection cannot recognize subpath
- Enable Slack on Spinnaker
- Trigger Azure DevOps Release pipeline Stage from Spinnaker
- Run Chaos Monkey locally on mac
- Spinnaker - Error fetching artifactory names: 500 Internal Server Error
- Spinnaker build does not trigger on a re-push of an existing tag (like latest)
- Assigning environment variables from Spinnaker manifest to an Angular app
- Error when running trigger.py from examples provided by downloading FLIR Spinnaker SDK
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 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