Posts in 2021
-
Most votes on kubernetes questions 2
May 01, 2021 in FAQ
Most votes on kubernetes questions 2. #11 Kubernetes service external ip pending #12 Kubernetes pod gets recreated when deleted #13 Where does the convention of using /healthz for application health checks come from? #14 Kubernetes how to make Deployment to update image #15 Difference between targetPort and port in Kubernetes Service definition #16 How to debug "ImagePullBackOff"? #17 How do I get logs from all pods of a Kubernetes replication controller? #18 How can I keep a container running on Kubernetes? #19 Docker-Swarm, Kubernetes, Mesos & Core-OS Fleet #20 How can I trigger a Kubernetes Scheduled Job manually?
Read all the top votes questions and answers in a single page. #11: Kubernetes service external ip pending (Score: 198) Created: 2017-05-22 Last updated: 2020-09-21 Tags: nginx, kubernetes, load-balancing I am trying to deploy nginx on kubernetes, …
-
Most votes on kubernetes questions 10
May 01, 2021 in FAQ
Most votes on kubernetes questions 10. #91 Difference between Kubernetes and Service Fabric #92 How to upgrade minikube? #93 Clean up "Replica Sets" when updating deployments? #94 What is an 'endpoint' in Kubernetes? #95 How is rancher different from Kubernetes #96 How to get Kubernetes cluster name from K8s API #97 Disabling cronjob in Kubernetes #98 How to share storage between Kubernetes pods? #99 Expose port in minikube #100 How to debug when Kubernetes nodes are in 'Not Ready' state
Read all the top votes questions and answers in a single page. #91: Difference between Kubernetes and Service Fabric (Score: 67) Created: 2018-01-24 Tags: kubernetes, containers, azure-service-fabric I have worked on Kubernetes and currently reading …
-
Most votes on kubernetes questions 1
May 01, 2021 in FAQ
Most votes on kubernetes questions 1. #1 What's the difference between Docker Compose and Kubernetes? #2 What's the difference between Apache's Mesos and Google's Kubernetes #3 How to use local docker images with Minikube? #4 kubectl apply vs kubectl create? #5 Pods stuck in Terminating status #6 What is the difference between a pod and a deployment? #7 What's the difference between ClusterIP, NodePort and LoadBalancer service types in Kubernetes? #8 Ingress vs Load Balancer #9 Command to delete all pods in all kubernetes namespaces #10 How do I force Kubernetes to re-pull an image?
Read all the top votes questions and answers in a single page. #1: What's the difference between Docker Compose and Kubernetes? (Score: 445) Created: 2017-11-28 Last updated: 2020-12-10 Tags: docker, kubernetes, docker-compose While diving into …
-
Most votes on kotlin questions 9
May 01, 2021 in FAQ
Most votes on kotlin questions 9. #81 Kotlin addTextChangeListener lambda? #82 Warning "Kotlin plugin version is not the same as library version" (but it is!) #83 Difference between "*" and "Any" in Kotlin generics #84 How to check "instanceof " class in kotlin? #85 Kotlin: How to work with List casts: Unchecked Cast: kotlin.collections.List<Kotlin.Any?> to kotlin.colletions.List<Waypoint> #86 What do I use now that Handler() is deprecated? #87 How to use TypeToken + generics with Gson in Kotlin #88 Effective Enums in Kotlin with reverse lookup? #89 "Prefer to run the dagger processor over that class instead" in Kotlin #90 Opening Android Settings programmatically
Read all the top votes questions and answers in a single page. #81: Kotlin addTextChangeListener lambda? (Score: 129) Created: 2016-11-13 Last updated: 2018-03-07 Tags: android, kotlin, textview, anko How do you build a lambda expression for the …
-
Most votes on kotlin questions 8
May 01, 2021 in FAQ
Most votes on kotlin questions 8. #71 Use of Boolean? in if expression #72 What is the equivalent of Java static final fields in Kotlin? #73 Is there a convenient way to create Parcelable data classes in Android with Kotlin? #74 How to clone or copy a list in kotlin #75 Kotlin - Idiomatic way to remove duplicate strings from array? #76 How to create an instance of anonymous class of abstract class in Kotlin? #77 Android - How to achieve setOnClickListener in Kotlin? #78 Error : Program type already present: android.support.design.widget.CoordinatorLayout$Behavior #79 Unresolved reference: kotlinx #80 Property must be initialized or be abstract
Read all the top votes questions and answers in a single page. #71: Use of Boolean? in if expression (Score: 146) Created: 2015-09-28 Last updated: 2019-03-19 Tags: kotlin, null If I have a nullable Boolean b, I can do the following comparison in …
-
Most votes on kotlin questions 7
May 01, 2021 in FAQ
Most votes on kotlin questions 7. #61 Multiple variable let in Kotlin #62
break
andcontinue
inforEach
in Kotlin #63 What is basic difference between fold and reduce in Kotlin? When to use which? #64 How to parse JSON in Kotlin? #65 Static extension methods in Kotlin #66 Kotlin-android: unresolved reference databinding #67 How to access "Activity.this" in Kotlin? #68 Kotlin with JPA: default constructor hell #69 Kotlin: Interface … does not have constructors #70 Android P visibilityawareimagebutton.setVisibility can only be called from the same library groupRead all the top votes questions and answers in a single page. #61: Multiple variable let in Kotlin (Score: 154) Created: 2016-02-19 Tags: kotlin Is there any way to chain multiple lets for multiple nullable variables in kotlin? fun example(first: …
-
Most votes on kotlin questions 6
May 01, 2021 in FAQ
Most votes on kotlin questions 6. #51 Convert Kotlin Array to Java varargs #52 How to implement Builder pattern in Kotlin? #53 Kotlin : Public get private set var #54 Outdated Kotlin Runtime warning in Android Studio #55 Android Room - simple select query - Cannot access database on the main thread #56 Try-with-resources in Kotlin #57 What does the suspend function mean in a Kotlin Coroutine? #58 RegisterResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection) #59 Why do we use "companion object" as a kind of replacement for Java static fields in Kotlin? #60 Swift 'if let' statement equivalent in Kotlin
Read all the top votes questions and answers in a single page. #51: Convert Kotlin Array to Java varargs (Score: 167) Created: 2017-08-24 Last updated: 2019-02-24 Tags: java, kotlin, interop, kotlin-interop How can I convert my Kotlin Array to a …
-
Most votes on kotlin questions 5
May 01, 2021 in FAQ
Most votes on kotlin questions 5. #41 Accessing Kotlin extension functions from Java #42 IllegalArgumentException: navigation destination xxx is unknown to this NavController #43 In Kotlin, what is the idiomatic way to deal with nullable values, referencing or converting them #44 Idiomatic way of logging in Kotlin #45 Error:Execution failed for task ':app:compileDebugKotlin'. > Compilation error. See log for more details #46 Error: Execution failed for task ':app:clean'. Unable to delete file #47 How to allow all Network connection types HTTP and HTTPS in Android (9) Pie? #48 A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution #49 How to convert String to Long in Kotlin? #50 Single exclamation mark in Kotlin
Read all the top votes questions and answers in a single page. #41: Accessing Kotlin extension functions from Java (Score: 186) Created: 2015-02-03 Last updated: 2015-02-03 Tags: java, kotlin, extension-function Is it possible to access extension …
-
Most votes on kotlin questions 4
May 01, 2021 in FAQ
Most votes on kotlin questions 4. #31 How does the reified keyword in Kotlin work? #32 What is the difference between launch/join and async/await in Kotlin coroutines #33 How to get the current index in for each Kotlin #34 What's the Kotlin equivalent of Java's String[]? #35 How can I get a random number in Kotlin? #36 Setting text in EditText Kotlin #37 How to call a function after delay in Kotlin? #38 How to convert List to Map in Kotlin? #39 What Java 8 Stream.collect equivalents are available in the standard Kotlin library? #40 Kotlin: how to pass a function as parameter to another?
Read all the top votes questions and answers in a single page. #31: How does the reified keyword in Kotlin work? (Score: 203) Created: 2017-08-29 Last updated: 2018-01-29 Tags: generics, kotlin, kotlin-reified-type-parameters I’m trying to …
-
Most votes on kotlin questions 3
May 01, 2021 in FAQ
Most votes on kotlin questions 3. #21 NullPointerException when trying to access views in a Kotlin fragment #22 How to make primary key as autoincrement for Room Persistence lib #23 Format in kotlin string templates #24 startForeground fail after upgrade to Android 8.1 #25 How to create empty constructor for data class in Kotlin Android #26 Extend data class in Kotlin #27 Difference between List and Array types in Kotlin #28 Constants in Kotlin – what's a recommended way to create them? #29 Kotlin's List missing "add", "remove", Map missing "put", etc? #30 What is the Kotlin double-bang (!!) operator?
Read all the top votes questions and answers in a single page. #21: NullPointerException when trying to access views in a Kotlin fragment (Score: 257) Created: 2015-12-31 Last updated: 2018-09-17 Tags: android, kotlin, kotlin-android-extensions How …